File manager - Edit - /home/asiatechinc/public_html/bhrhotelsindia.com/vendor/payrexx/payrexx/lib/Payrexx/Models/Request/AuthToken.php
Back
<?php /** * The AuthToken request model * @author Ueli Kramer <ueli.kramer@comvation.com> * @copyright 2014 Payrexx AG * @since v1.0 */ namespace Payrexx\Models\Request; /** * Class AuthToken * @package Payrexx\Models\Request */ class AuthToken extends \Payrexx\Models\Base { protected $userId = 0; /** * The user id of the user you want an auth token for * * @return int */ public function getUserId() { return $this->userId; } /** * Set the user id you would like to get an auth token for * * @param int $userId */ public function setUserId($userId) { $this->userId = $userId; } /** * {@inheritdoc} */ public function getResponseModel() { return new \Payrexx\Models\Response\AuthToken(); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings