PHP Class phprs\util\IoCObjectWrap

Author: caoym
Datei anzeigen Open project: caoym/phprs-restful

Public Methods

Method Description
__call ( $name, $arguments )
__construct ( $factory, $id, $construct_args, $properties, $injector, $init )
__get ( $name )
__isset ( $name )
__set ( $name, $value )
__unset ( $name )

Method Details

__call() public method

public __call ( $name, $arguments )

__construct() public method

public __construct ( $factory, $id, $construct_args, $properties, $injector, $init )

__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 )