Neos\Eel\Tests\Unit\Fixtures\TestObject::allowsCallOfMethod PHP Méthode

allowsCallOfMethod() public méthode

public allowsCallOfMethod ( string $methodName ) : boolean
$methodName string
Résultat boolean
    public function allowsCallOfMethod($methodName)
    {
        return $methodName === $this->dynamicMethodName;
    }