PHPSpec2\Matcher\ObjectStateMatcher::__construct PHP Method

__construct() public method

public __construct ( PHPSpec2\Formatter\Presenter\PresenterInterface $presenter )
$presenter PHPSpec2\Formatter\Presenter\PresenterInterface
    public function __construct(PresenterInterface $presenter)
    {
        $this->presenter = $presenter;
    }