PHP Class eZ\Publish\Core\REST\Server\Values\PolicyList

Inheritance: extends eZ\Publish\Core\REST\Common\Value
Show file Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$path string Path which was used to fetch the list of policies.
$policies eZ\Publish\API\Repository\Values\User\Policy[] Policies.

Public Methods

Method Description
__construct ( array $policies, string $path ) Construct.

Method Details

__construct() public method

Construct.
public __construct ( array $policies, string $path )
$policies array
$path string

Property Details

$path public property

Path which was used to fetch the list of policies.
public string $path
return string

$policies public property

Policies.
public Policy[],eZ\Publish\API\Repository\Values\User $policies
return eZ\Publish\API\Repository\Values\User\Policy[]