eZ\Publish\Core\Repository\Values\User\UserReference::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( mixed $userId )
$userId mixed
    public function __construct($userId)
    {
        $this->userId = $userId;
    }