Neos\Neos\Fusion\Helper\ArrayHelper::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;
    }