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

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

Public Properties

Property Type Description
$sectionId mixed If set, section of the User will be updated.
$userUpdateStruct eZ\Publish\API\Repository\Values\User\UserUpdateStruct User update struct.

Public Methods

Method Description
__construct ( eZ\Publish\API\Repository\Values\User\UserUpdateStruct $userUpdateStruct, mixed $sectionId = null ) Construct.

Method Details

__construct() public method

Construct.
public __construct ( eZ\Publish\API\Repository\Values\User\UserUpdateStruct $userUpdateStruct, mixed $sectionId = null )
$userUpdateStruct eZ\Publish\API\Repository\Values\User\UserUpdateStruct
$sectionId mixed

Property Details

$sectionId public property

If set, section of the User will be updated.
public mixed $sectionId
return mixed

$userUpdateStruct public property

User update struct.
public UserUpdateStruct,eZ\Publish\API\Repository\Values\User $userUpdateStruct
return eZ\Publish\API\Repository\Values\User\UserUpdateStruct