Sulu\Component\Webspace\Manager\WebspaceCollection::getPortals PHP 메소드

getPortals() 공개 메소드

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