Neos\Flow\Tests\Functional\ObjectManagement\Fixtures\PrototypeClassA::getSomeProperty PHP 메소드

getSomeProperty() 공개 메소드

public getSomeProperty ( ) : string
리턴 string
    public function getSomeProperty()
    {
        return $this->someProperty;
    }