PHP Interface eZ\Publish\Core\MVC\Symfony\Configuration\VersatileScopeInterface

Inheritance: extends eZ\Publish\Core\MVC\ConfigResolverInterface
Show file Open project: ezsystems/ezpublish-kernel Interface Usage Examples

Public Methods

Method Description
getDefaultScope ( ) : string Returns current default scope.
setDefaultScope ( string $scope ) Sets a new default scope.

Method Details

getDefaultScope() public method

Returns current default scope.
public getDefaultScope ( ) : string
return string

setDefaultScope() public method

Sets a new default scope.
public setDefaultScope ( string $scope )
$scope string