PHP Class Lime\Module

Inheritance: extends AppAware
Show file Open project: aheinze/lime

Protected Properties

Property Type Description
$apis

Public Methods

Method Description
__call ( $name, $arguments )
__get ( $name )
__isset ( $name )
__set ( $name, $value )
__unset ( $name )
extend ( $api )

Method Details

__call() public method

public __call ( $name, $arguments )

__get() public method

public __get ( $name )

__isset() public method

public __isset ( $name )

__set() public method

public __set ( $name, $value )

__unset() public method

public __unset ( $name )

extend() public method

public extend ( $api )

Property Details

$apis protected property

protected $apis