PHP Class PhpSpec\Wrapper\Subject\Expectation\Decorator

Inheritance: implements PhpSpec\Wrapper\Subject\Expectation\Expectation
Afficher le fichier Open project: phpspec/phpspec Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation )
getExpectation ( ) : PhpSpec\Wrapper\Subject\Expectation\Expectation
getNestedExpectation ( ) : PhpSpec\Wrapper\Subject\Expectation\Expectation

Méthodes protégées

Méthode Description
setExpectation ( PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation )

Method Details

__construct() public méthode

public __construct ( PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation )
$expectation PhpSpec\Wrapper\Subject\Expectation\Expectation

getExpectation() public méthode

public getExpectation ( ) : PhpSpec\Wrapper\Subject\Expectation\Expectation
Résultat PhpSpec\Wrapper\Subject\Expectation\Expectation

getNestedExpectation() public méthode

public getNestedExpectation ( ) : PhpSpec\Wrapper\Subject\Expectation\Expectation
Résultat PhpSpec\Wrapper\Subject\Expectation\Expectation

setExpectation() protected méthode

protected setExpectation ( PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation )
$expectation PhpSpec\Wrapper\Subject\Expectation\Expectation