PHP 클래스 Ingo_Transport_Ispconfig, horde

Ingo_Transport_
저자: Michael Bunk ([email protected])
저자: Jan Schneider ([email protected])
상속: extends Ingo_Transport_Base
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_details array The current vacation details.
$_soap SoapClient The SOAP connection
$_soap_session string The SOAP session id

공개 메소드들

메소드 설명
setScriptActive ( array $script ) Sets a script running on the backend.

보호된 메소드들

메소드 설명
_checkConfig ( ) Checks if the realm has a specific configuration. If not, tries to fall back on the default configuration. If still not a valid configuration then returns an exception.
_connect ( ) Connects to the SOAP server.
_getUserDetails ( string $password ) : array Retrieves the current vacation details for the user.

메소드 상세

_checkConfig() 보호된 메소드

Checks if the realm has a specific configuration. If not, tries to fall back on the default configuration. If still not a valid configuration then returns an exception.
protected _checkConfig ( )

_connect() 보호된 메소드

Connects to the SOAP server.
protected _connect ( )

_getUserDetails() 보호된 메소드

Retrieves the current vacation details for the user.
protected _getUserDetails ( string $password ) : array
$password string The password for user.
리턴 array Vacation details

setScriptActive() 공개 메소드

Sets a script running on the backend.
public setScriptActive ( array $script )
$script array The filter script information. Passed elements: - 'name': (string) the script name. - 'recipes': (array) the filter recipe objects. - 'script': (string) the filter script.

프로퍼티 상세

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

The current vacation details.
protected array $_details
리턴 array

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

The SOAP connection
protected SoapClient $_soap
리턴 SoapClient

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

The SOAP session id
protected string $_soap_session
리턴 string