定制 assessfirst/itwapp-module 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 1
  • Watchers: 7
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2015-01-29