PHP Interface Sulu\Component\Webspace\Url\WebspaceUrlProviderInterface

Show file Open project: sulu/sulu Interface Usage Examples

Public Methods

Method Description
getUrls ( Webspace $webspace, string $environment ) : Url[] Returns urls for given webspace.

Method Details

getUrls() public method

Returns urls for given webspace.
public getUrls ( Webspace $webspace, string $environment ) : Url[]
$webspace Sulu\Component\Webspace\Webspace
$environment string
return Sulu\Component\Webspace\Url[]