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

getResources() public method

Returns the resources used to build this collection.
public getResources ( ) : array
return array The resources build to use this collection
    public function getResources()
    {
        return $this->resources;
    }