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

Public Member Functions

 __construct (Zend_Layout $layout=null)
 Constructor.
 
 init ()
 
 getFrontController ()
 Get front controller instance.
 
 getLayoutInstance ()
 Get layout object.
 
 setLayoutInstance (Zend_Layout $layout)
 Set layout object.
 
 postDispatch ()
 Mark Action Controller (according to this plugin) as Running successfully.
 
 isActionControllerSuccessful ()
 Did the previous action successfully complete?
 
 direct ()
 Strategy pattern; call object as method.
 
 __call ($method, $args)
 Proxy method calls to layout object.
 
- Public Member Functions inherited from Zend_Controller_Action_Helper_Abstract
 setActionController (Zend_Controller_Action $actionController=null)
 setActionController()
 
 getActionController ()
 Retrieve current action controller.
 
 getFrontController ()
 Retrieve front controller instance.
 
 init ()
 Hook into action controller initialization.
 
 preDispatch ()
 Hook into action controller preDispatch() workflow.
 
 postDispatch ()
 Hook into action controller postDispatch() workflow.
 
 getRequest ()
 getRequest() -
 
 getResponse ()
 getResponse() -
 
 getName ()
 getName()
 

Protected Attributes

 $_frontController
 
 $_layout
 
 $_isActionControllerSuccessful = false
 
- Protected Attributes inherited from Zend_Controller_Action_Helper_Abstract
 $_actionController = null
 $_actionController
 
 $_frontController = null
 

Constructor & Destructor Documentation

__construct ( Zend_Layout  $layout = null)

Constructor.

Parameters
Zend_Layout$layout
Returns
void
See Also
Zend_Layout

Member Function Documentation

__call (   $method,
  $args 
)

Proxy method calls to layout object.

Parameters
string$method
array$args
Returns
mixed
direct ( )

Strategy pattern; call object as method.

Returns layout object

Returns
Zend_Layout
getFrontController ( )

Get front controller instance.

Returns
Zend_Controller_Front
See Also
Zend_Controller_Front
getLayoutInstance ( )

Get layout object.

Returns
Zend_Layout
See Also
Zend_Layout
init ( )
isActionControllerSuccessful ( )

Did the previous action successfully complete?

Returns
bool
postDispatch ( )

Mark Action Controller (according to this plugin) as Running successfully.

Returns
Zend_Layout_Controller_Action_Helper_Layout
setLayoutInstance ( Zend_Layout  $layout)

Set layout object.

Parameters
Zend_Layout$layout
Returns
Zend_Layout_Controller_Action_Helper_Layout

Member Data Documentation

$_frontController
protected
$_isActionControllerSuccessful = false
protected
$_layout
protected