Sulu\Component\Webspace\Manager\WebspaceCollection::getPortals PHP Method

getPortals() public method

Returns all the portals of this collection.
public getPortals ( ) : Portal[]
return Sulu\Component\Webspace\Portal[]
    public function getPortals()
    {
        return $this->portals;
    }