PHP Класс Sesha_Api, horde
Copyright 2003-2016 Horde LLC (http://www.horde.org/)
This file defines Sesha's external API interface. Other applications can
interact with Sesha through this API.
Показать файл
Открыть проект
Открытые методы
Описание методов
getQueueDetails()
публичный Метод
Get a queueDetails hash for a queue (category)
public getQueueDetails ( integer $queue_id ) : array |
$queue_id |
integer |
The Queue for which to build the details hash |
Результат |
array |
A hash of category id as id, category label as name, category description as description, a link, a list of subjects as configured |
getVersionDetails()
публичный Метод
return a version details hash by version id
public getVersionDetails ( integer $version_id ) : array |
$version_id |
integer |
The ID of the stock item to display as a version |
Результат |
array |
The version hash containing stock name as name, stock note as description and a link |
listQueues()
публичный Метод
List categories as ticket queues
public listQueues ( ) : array |
Результат |
array |
a list of ticket queues with category id as key and category caption as value |
listVersions()
публичный Метод
List Stock items as versions for a queue (category)
public listVersions ( integer $queue_id ) : array |
$queue_id |
integer |
The category id (queue) for which we want to fetch versions |
Результат |
array |
A hash containing stock id as id, stock name as name, stock note as description |