eZ\Publish\Core\REST\Client\Values\User\PolicyCreateStruct::__construct PHP Method

__construct() public method

Instantiates a policy create struct.
public __construct ( string $module, string $function )
$module string
$function string
    public function __construct($module, $function)
    {
        parent::__construct(array('module' => $module, 'function' => $function));
    }