Neos\Neos\TypoScript\Helper\RenderingHelper::allowsCallOfMethod PHP Method

allowsCallOfMethod() public method

All methods are considered safe
public allowsCallOfMethod ( string $methodName ) : boolean
$methodName string
return boolean
    public function allowsCallOfMethod($methodName)
    {
        return true;
    }