PHP 클래스 PHPDaemon\Clients\Asterisk\Pool

상속: extends PHPDaemon\Network\Client
파일 보기 프로젝트 열기: kakserpom/phpdaemon 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$safeCaseValues Beginning of the string in the header or value that indicates whether the save value case

보호된 프로퍼티들

프로퍼티 타입 설명
$amiVersions Asterisk Call Manager Interface versions for each session

공개 메소드들

메소드 설명
extract ( string $line ) : array Extract key and value pair from line.
prepareEnv ( string $data ) : array Prepares environment scope
setAmiVersion ( string $addr, string $ver ) : void Sets AMI version

보호된 메소드들

메소드 설명
getConfigDefaults ( ) : array Setting default config options Overriden from NetworkClient::getConfigDefaults

메소드 상세

extract() 공개 정적인 메소드

Extract key and value pair from line.
public static extract ( string $line ) : array
$line string
리턴 array

getConfigDefaults() 보호된 메소드

Setting default config options Overriden from NetworkClient::getConfigDefaults
protected getConfigDefaults ( ) : array
리턴 array

prepareEnv() 공개 정적인 메소드

Prepares environment scope
public static prepareEnv ( string $data ) : array
$data string Address
리턴 array

setAmiVersion() 공개 메소드

Sets AMI version
public setAmiVersion ( string $addr, string $ver ) : void
$addr string Address
$ver string Version
리턴 void

프로퍼티 상세

$amiVersions 보호되어 있는 프로퍼티

Asterisk Call Manager Interface versions for each session
protected $amiVersions

$safeCaseValues 공개적으로 정적으로 프로퍼티

Beginning of the string in the header or value that indicates whether the save value case
public static $safeCaseValues