PHP Class eZ\Publish\Core\Repository\Values\User\UserReference

Inheritance: implements eZ\Publish\API\Repository\Values\User\UserReference
Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
__construct ( mixed $userId )
getUserId ( ) : mixed The User id of the User this reference represent.

Method Details

__construct() public method

public __construct ( mixed $userId )
$userId mixed

getUserId() public method

The User id of the User this reference represent.
public getUserId ( ) : mixed
return mixed