PHP Classes
Icontem

File: IQueryTemplatesTemplate.php


  Search   All class groups All class groups   Latest entries Latest entries   Top 10 charts Top 10 charts   Newsletter Newsletter   Blog Blog   Forums Forums   Help FAQ Help FAQ  
  Login   Register  
Recommend this page to a friend! ReTweet ReTweet Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Tobiasz Cudnik  >  Query Templates  >  IQueryTemplatesTemplate.php  
File: IQueryTemplatesTemplate.php
Role: Class source
Content type: text/plain
Description: IQueryTemplatesTemplate.php
Class: Query Templates
Template engine using load, traverse and modify
 

Contents

Class file image Download
<?php
/**
 * Interface for QueryTemplatesTemplate derivatives.
 * 
 * @package QueryTemplates
 * @author Tobiasz Cudnik <tobiasz.cudnik/gmail.com>
 * @license http://www.opensource.org/licenses/mit-license.php MIT License
 * @link http://code.google.com/p/querytemplates/
 */
interface IQueryTemplatesTemplateChain {
    
public function templateCache($state null);
    
public function templateName($newName null);
}
/**
 * Interface for QueryTemplatesTemplate derivatives operating on sources.
 * 
 * @package QueryTemplates
 * @author Tobiasz Cudnik <tobiasz.cudnik/gmail.com>
 * @license http://www.opensource.org/licenses/mit-license.php MIT License
 * @link http://code.google.com/p/querytemplates/
 */
interface IQueryTemplatesTemplateSources {
    
public function sourceCollect($path$name null);
    
public function sourceCollectPHP($path$name null);
    
public function sourceQuery($path);
    
public function sourceQueryPHP($path$name null);
//    public function sourceTemplate($name);
}
/**
 * Interface for QueryTemplatesTemplate derivatives before parsing stage.
 * 
 * @package QueryTemplates
 * @author Tobiasz Cudnik <tobiasz.cudnik/gmail.com>
 * @license http://www.opensource.org/licenses/mit-license.php MIT License
 * @link http://code.google.com/p/querytemplates/
 */
interface IQueryTemplatesTemplateParse {
    
public function parse();
}
/**
 * Interface for QueryTemplatesTemplate class.
 * 
 * @package QueryTemplates
 * @author Tobiasz Cudnik <tobiasz.cudnik/gmail.com>
 * @license http://www.opensource.org/licenses/mit-license.php MIT License
 * @link http://code.google.com/p/querytemplates/
 */
interface IQueryTemplatesTemplate
    
extends IQueryTemplatesTemplateChain,
        
IQueryTemplatesTemplateSources,
        
IQueryTemplatesTemplateParse {
}

 
  Advertise on this site Advertise on this site   Site map Site map   Statistics Statistics   Site tips Site tips   Privacy policy Privacy policy   Contact Contact  

For more information send a message to :
info at phpclasses dot org.
Copyright (c) Icontem 1999-2009 PHP Classes - PHP Class Scripts
  PHP Book Reviews - Reviews of books and other products