spec\PHPSpec2\Event\ExampleEvent::let PHP Method

let() public method

public let ( PHPSpec2\Loader\Node\Example $example )
$example PHPSpec2\Loader\Node\Example
    function let($example)
    {
        $this->beConstructedWith($example);
    }