Neos\Neos\TypoScript\Helper\CachingHelper::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;
    }