Neos\Flow\Tests\Functional\Persistence\Fixtures\CommonObject::getFoo PHP Method

getFoo() public method

public getFoo ( ) : string
return string
    public function getFoo()
    {
        return $this->foo;
    }
CommonObject