PHP Class ClassWithSpecialMethods, simpletest

ファイルを表示 Open project: simpletest/simpletest

Public Methods

Method Description
__call ( $method, $arguments )
__get ( $name )
__isset ( $name )
__set ( $name, $value )
__toString ( )
__unset ( $name )

Method Details

__call() public method

public __call ( $method, $arguments )

__get() public method

public __get ( $name )

__isset() public method

public __isset ( $name )

__set() public method

public __set ( $name, $value )

__toString() public method

public __toString ( )

__unset() public method

public __unset ( $name )