Neos\Neos\Fusion\Helper\RenderingHelper::allowsCallOfMethod PHP Méthode

allowsCallOfMethod() public méthode

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