PHP Class ZFExt_View_Proxy, ZFPlanet

Show file Open project: padraic/ZFPlanet

Protected Properties

Property Type Description
$_data
$_view

Public Methods

Method Description
__call ( $method, array $args )
__construct ( $data, ZFExt_View $view )
__get ( $key )
__isset ( $key )
__set ( $key, $value )
__toString ( )
__unset ( $key )
getRaw ( )

Method Details

__call() public method

public __call ( $method, array $args )
$args array

__construct() public method

public __construct ( $data, ZFExt_View $view )
$view ZFExt_View

__get() public method

public __get ( $key )

__isset() public method

public __isset ( $key )

__set() public method

public __set ( $key, $value )

__toString() public method

public __toString ( )

__unset() public method

public __unset ( $key )

getRaw() public method

public getRaw ( )

Property Details

$_data protected property

protected $_data

$_view protected property

protected $_view