assessfirst/itwapp-module
最新稳定版本:v1.0
Composer 安装命令:
composer require assessfirst/itwapp-module
包简介
InterviewApp ZF2 module
README 文档
README
This module allows you to use the InterviewApp API from a ZF2 service.
Installation
This is installable via Composer as assessfirst/itwapp-module.
Usage
Basic Usage
First, Copy the itwapp.local.php.dist in your application config and set the file with your own configuration. Then, you can get the payline service with the following code :
$this->getServiceLocator()->get('Itwapp\Service\Itwapp');
Get an interview
$interview = $this->getServiceLocator() ->get('Itwapp\Service\Itwapp') ->getInterview($id) ;
Create an interview
$interview = $this->getServiceLocator() ->get('Itwapp\Service\Itwapp') ->createInterview($name, array $questions) ;
Get an applicant
$interview = $this->getServiceLocator() ->get('Itwapp\Service\Itwapp') ->getApplicant($id) ;
Create an applicant
$interview = $this->getServiceLocator() ->get('Itwapp\Service\Itwapp') ->createApplicant($mail, $lang, $alert, $deadline, \Itwapp\DAO\Interview $interview) ;
InterviewApp API informations
To see more informations about InterviewApp and the API, please click here.
统计信息
- 总下载量: 110
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-01-29