PHP Class Fixtures\Prophecy\SpecialMethods

Show file Open project: phpspec/prophecy

Public Methods

Method Description
__call ( $name, $arguments )
__construct ( )
__destruct ( )
__invoke ( )
__sleep ( )
__toString ( )
__wakeup ( )

Method Details

__call() public method

public __call ( $name, $arguments )

__construct() public method

public __construct ( )

__destruct() public method

public __destruct ( )

__invoke() public method

public __invoke ( )

__sleep() public method

public __sleep ( )

__toString() public method

public __toString ( )

__wakeup() public method

public __wakeup ( )