Neos\Flow\Tests\Functional\ObjectManagement\Fixtures\PrototypeClassB::getSomeProperty PHP Method

getSomeProperty() public method

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