Method |
Description |
|
__construct ( object | null $instance, PhpSpec\Formatter\Presenter\Presenter $presenter ) |
|
|
beAnInstanceOf ( string $classname, array $arguments = [] ) |
|
|
beConstructedThrough ( callable | string | null $factoryMethod, array $arguments = [] ) |
|
|
beConstructedWith ( array $args ) |
|
|
getArguments ( ) : array |
|
|
getClassName ( ) : string |
|
|
getFactoryMethod ( ) : callable | null |
|
|
getInstance ( ) : object | null |
|
|
instantiate ( ) : object |
|
|
isInstantiated ( ) : boolean |
|
|
setClassName ( string $classname ) |
|
|
setInstance ( object $instance ) |
|
|
setInstantiated ( boolean $instantiated ) |
|
|