Neos\Eel\Tests\Unit\Fixtures\TestObject::allowsCallOfMethod PHP 메소드

allowsCallOfMethod() 공개 메소드

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