hh
This commit is contained in:
16
common/hhapi/index.php
Normal file
16
common/hhapi/index.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: kirill
|
||||
* Date: 15.11.18
|
||||
* Time: 17:34
|
||||
*/
|
||||
|
||||
require_once 'init.php';
|
||||
|
||||
$v = new \core\lib\Vacancy('28246746');
|
||||
$c = new \core\lib\Company('2495437');
|
||||
|
||||
echo '<pre>';
|
||||
print_r(\core\service\HHService::run()->company('2495437')->getJobs());
|
||||
echo '</pre>';
|
Reference in New Issue
Block a user