Neos\Flow\Tests\Functional\ObjectManagement\Fixtures\SingletonClassA::getObjectB PHP Method

getObjectB() public method

public getObjectB ( ) : SingletonClassB
return SingletonClassB
    public function getObjectB()
    {
        return $this->objectB;
    }