PHP Class TightenCo\Jigsaw\ViewData

Inheritance: implements ArrayAccess
ファイルを表示 Open project: tightenco/jigsaw

Public Methods

Method Description
__construct ( $data )
__get ( $key )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )

Method Details

__construct() public method

public __construct ( $data )

__get() public method

public __get ( $key )

offsetExists() public method

public offsetExists ( $offset )

offsetGet() public method

public offsetGet ( $offset )

offsetSet() public method

public offsetSet ( $offset, $value )

offsetUnset() public method

public offsetUnset ( $offset )