PHP Class Sulu\Component\Webspace\Loader\Exception\PortalDefaultLocalizationNotFoundException

Inheritance: extends WebspaceException
Show file Open project: sulu/sulu

Public Methods

Method Description
__construct ( Webspace $webspace, Portal $portal )
getWebspace ( ) : Webspace Returns the webspace in which the error occured.

Method Details

__construct() public method

public __construct ( Webspace $webspace, Portal $portal )
$webspace Sulu\Component\Webspace\Webspace
$portal Sulu\Component\Webspace\Portal

getWebspace() public method

Returns the webspace in which the error occured.
public getWebspace ( ) : Webspace
return Sulu\Component\Webspace\Webspace