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

getShouldThrow() protected method

protected getShouldThrow ( ) : boolean
return boolean
    protected function getShouldThrow()
    {
        return $this->tsValue('shouldThrow');
    }
ThrowingImplementation