PHP Class TightenCo\Jigsaw\ViewData

Inheritance: implements ArrayAccess
Afficher le fichier Open project: tightenco/jigsaw

Méthodes publiques

Méthode Description
__construct ( $data )
__get ( $key )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )

Method Details

__construct() public méthode

public __construct ( $data )

__get() public méthode

public __get ( $key )

offsetExists() public méthode

public offsetExists ( $offset )

offsetGet() public méthode

public offsetGet ( $offset )

offsetSet() public méthode

public offsetSet ( $offset, $value )

offsetUnset() public méthode

public offsetUnset ( $offset )