eZ\Publish\Core\SignalSlot\Tests\ServiceTest::getUser PHP Method

getUser() protected method

Creates a User object from $userId, $userRemoteId and $userVersionNo.
protected getUser ( mixed $userId, mixed $userRemoteId, integer $userVersionNo ) : User
$userId mixed
$userRemoteId mixed
$userVersionNo integer
return eZ\Publish\Core\Repository\Values\User\User
    protected function getUser($userId, $userRemoteId, $userVersionNo)
    {
        return new User(array('content' => $this->getContent($this->getVersionInfo($this->getContentInfo($userId, $userRemoteId), $userVersionNo))));
    }