Zend Framework  1.12
Public Member Functions | Protected Attributes | List of all members
Zend_Tool_Project_Context_Content_Engine Class Reference

Public Member Functions

 __construct (Zend_Tool_Framework_Client_Storage $storage)
 __construct()
 
 getContent (Zend_Tool_Project_Context_Interface $context, $methodName, $parameters)
 getContent()
 

Protected Attributes

 $_storage = null
 
 $_keyInStorage = 'project/content'
 
 $_engines = array()
 

Constructor & Destructor Documentation

__construct ( Zend_Tool_Framework_Client_Storage  $storage)

Member Function Documentation

getContent ( Zend_Tool_Project_Context_Interface  $context,
  $methodName,
  $parameters 
)

getContent()

Parameters
Zend_Tool_Project_Context_Interface$context
string$methodName
mixed$parameters
Returns
string

Member Data Documentation

$_engines = array()
protected
$_keyInStorage = 'project/content'
protected
$_storage = null
protected