carono /
etxtru-api
| 1 | <?php |
||
| 2 | |||
| 3 | /** |
||
| 4 | * This class is generated using the package carono/codegen |
||
| 5 | */ |
||
| 6 | |||
| 7 | namespace carono\etxtru\request; |
||
| 8 | |||
| 9 | class OptionsRequest extends \carono\etxtru\RequestAbstract |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Функция получения списка языков, используемых в системе. |
||
| 13 | * |
||
| 14 | * @return \carono\etxtru\response\GetLangsResponse|\stdClass |
||
| 15 | */ |
||
| 16 | public function getLangs() |
||
| 17 | { |
||
| 18 | $params = []; |
||
| 19 | return $this->getClient()->getContent('options.getLangs', $params, 'carono\etxtru\response\GetLangsResponse'); |
||
|
0 ignored issues
–
show
Bug
Best Practice
introduced
by
Loading history...
|
|||
| 20 | } |
||
| 21 | } |
||
| 22 |