eZ\Publish\Core\SignalSlot\Tests\ServiceTest::getUser PHP Méthode

getUser() protected méthode

Creates a User object from $userId, $userRemoteId and $userVersionNo.
protected getUser ( mixed $userId, mixed $userRemoteId, integer $userVersionNo ) : User
$userId mixed
$userRemoteId mixed
$userVersionNo integer
Résultat 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))));
    }