eZ\Publish\Core\REST\Client\HttpClient\Authentication\IntegrationTestAuthenticator::setUserId PHP Method

setUserId() public method

Sets the user ID submitted to the server.
public setUserId ( mixed $userId )
$userId mixed
    public function setUserId($userId)
    {
        $this->userId = $userId;
    }