File manager - Edit - /var/www/payraty/hris/app/Xendit/ApiOperations/Retrieve.php
Back
<?php /** * Retrieve.php * php version 7.2.0 * * @category Trait * @package Xendit\ApiOperations * @author Ellen <ellen@xendit.co> * @license https://opensource.org/licenses/MIT MIT License * @link https://api.xendit.co */ namespace App\Xendit\ApiOperations; /** * Trait Retrieve * * @category Trait * @package Xendit\ApiOperations * @author Ellen <ellen@xendit.co> * @license https://opensource.org/licenses/MIT MIT License * @link https://api.xendit.co */ trait Retrieve { /** * Send GET request to retrieve data * * @param string|null $id ID * * @return array */ public static function retrieve($id, $params = []) { $url = static::classUrl() . '/' . $id; return static::_request('GET', $url, $params); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 1.15 |
proxy
|
phpinfo
|
Settings