Neos\Flow\Tests\Functional\ObjectManagement\Fixtures\PrototypeClassA::getSomeProperty PHP Метод

getSomeProperty() публичный Метод

public getSomeProperty ( ) : string
Результат string
    public function getSomeProperty()
    {
        return $this->someProperty;
    }