PHP Класс MyPAGIApplication, PAGI

Note: The client accepts an array with options. The available options are stdin => Optional. If set, should contain an already open stream from where the client will read data (useful to make it interact with fastagi servers or even text files to mock stuff when testing). If not set, stdin will be used by the client. stdout => Optional. Same as stdin but for the output of the client. PHP Version 5
Автор: Marcelo Gornstein ([email protected])
Наследование: extends PAGI\Application\PAGIApplication
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
errorHandler ( $type, $message, $file, $line ) (non-PHPdoc)
init ( ) (non-PHPdoc)
log ( string $msg ) : void Logs to asterisk console.
run ( ) (non-PHPdoc)
shutdown ( ) (non-PHPdoc)
signalHandler ( $signal ) (non-PHPdoc)

Описание методов

errorHandler() публичный Метод

(non-PHPdoc)
public errorHandler ( $type, $message, $file, $line )

init() публичный Метод

(non-PHPdoc)
public init ( )

log() публичный Метод

Logs to asterisk console.
public log ( string $msg ) : void
$msg string Message to log.
Результат void

run() публичный Метод

(non-PHPdoc)
public run ( )

shutdown() публичный Метод

(non-PHPdoc)
public shutdown ( )

signalHandler() публичный Метод

(non-PHPdoc)
public signalHandler ( $signal )