My\Service::foo PHP Method

foo() public method

public foo ( )
    public function foo()
    {
        return new EntityOne();
    }
Service