PHP Class Phastlight\Object

Show file Open project: phastlight/phastlight

Public Methods

Method Description
__call ( $method_name, $params )
__construct ( ) built-in object storage
method ( $name, $callback )
storageGet ( $key )
storageSet ( $key, $val )

Method Details

__call() public method

public __call ( $method_name, $params )

__construct() public method

built-in object storage
public __construct ( )

method() final public method

final public method ( $name, $callback )

storageGet() final public method

final public storageGet ( $key )

storageSet() final public method

final public storageSet ( $key, $val )