PHP Class ZFExt_View_Proxy, ZFPlanet

Afficher le fichier Open project: padraic/ZFPlanet

Protected Properties

Свойство Type Description
$_data
$_view

Méthodes publiques

Méthode 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 méthode

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

__construct() public méthode

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

__get() public méthode

public __get ( $key )

__isset() public méthode

public __isset ( $key )

__set() public méthode

public __set ( $key, $value )

__toString() public méthode

public __toString ( )

__unset() public méthode

public __unset ( $key )

getRaw() public méthode

public getRaw ( )

Property Details

$_data protected_oe property

protected $_data

$_view protected_oe property

protected $_view