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

__construct() public method

Instantiates a role create class.
public __construct ( string $name )
$name string
    public function __construct($name)
    {
        parent::__construct(array('identifier' => $name));
    }