Neos\Fusion\Tests\Functional\TypoScriptObjects\Fixtures\TypoScriptObjects\ThrowingImplementation::evaluate PHP Method

evaluate() public method

public evaluate ( )
    public function evaluate()
    {
        if ($this->getShouldThrow()) {
            throw new Fusion\Exception('Just testing an exception', 1396557841);
        }
        return 'It depends';
    }
ThrowingImplementation