Property | Type | Description | |
---|---|---|---|
$settings | array |
Method | Description | |
---|---|---|
__construct ( array $settings = [] ) | ||
getLimitationType ( string $identifier ) : eZ\Publish\SPI\Limitation\Type | Returns the LimitationType registered with the given identifier. | |
validateLimitation ( eZ\Publish\API\Repository\Values\User\Limitation $limitation ) : |
Validates single Limitation. | |
validateLimitations ( array $limitations ) : |
Validates an array of Limitations. |
public getLimitationType ( string $identifier ) : eZ\Publish\SPI\Limitation\Type | ||
$identifier | string | |
return | eZ\Publish\SPI\Limitation\Type |
public validateLimitation ( eZ\Publish\API\Repository\Values\User\Limitation $limitation ) : |
||
$limitation | eZ\Publish\API\Repository\Values\User\Limitation | |
return |
public validateLimitations ( array $limitations ) : |
||
$limitations | array | |
return |