| Total Complexity | 6 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class CorrectionRequest extends \carono\etxtru\RequestAbstract |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Функция создает задание на коррекцию. |
||
| 13 | * |
||
| 14 | * @param \carono\etxtru\config\CorrectionAddConfig|array $config |
||
| 15 | * @return \carono\etxtru\response\AddResponse|\stdClass |
||
| 16 | */ |
||
| 17 | public function add($config) |
||
| 24 | } |
||
| 25 | |||
| 26 | |||
| 27 | /** |
||
| 28 | * Функция создает задание на коррецию из заказов и статей. |
||
| 29 | * |
||
| 30 | * @param \carono\etxtru\config\CorrectionImportConfig|array $config |
||
| 31 | * @return \carono\etxtru\response\ImportResponse|\stdClass |
||
| 32 | */ |
||
| 33 | public function import($config) |
||
| 42 |