Neos\Fusion\Tests\Functional\TypoScriptObjects\Fixtures\TypoScriptObjects\ThrowingImplementation::getShouldThrow PHP 메소드

getShouldThrow() 보호된 메소드

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