Neos\Eel\Tests\Unit\Fixtures\TestObject::allowsCallOfMethod PHP Method

allowsCallOfMethod() public method

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