PHP Class PHPSpec2\ObjectBehavior

Inheritance: implements phpspec2\SpecificationInterface, implements PHPSpec2\Wrapper\SubjectWrapperInterface
Show file Open project: phpspec/phpspec2

Protected Properties

Property Type Description
$object

Public Methods

Method Description
__call ( $method, array $arguments = [] )
__get ( $property )
__set ( $property, $value )
getWrappedSubject ( )
setProphet ( PHPSpec2\Prophet\ProphetInterface $prophet )

Method Details

__call() public method

public __call ( $method, array $arguments = [] )
$arguments array

__get() public method

public __get ( $property )

__set() public method

public __set ( $property, $value )

getWrappedSubject() public method

public getWrappedSubject ( )

setProphet() public method

public setProphet ( PHPSpec2\Prophet\ProphetInterface $prophet )
$prophet PHPSpec2\Prophet\ProphetInterface

Property Details

$object protected property

protected $object