PHP 클래스 Ingo_Rule_User, horde

저자: Michael Slusarz ([email protected])
상속: extends Ingo_Rule
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$combine
$conditions
$flags
$label
$stop
$type
$value

공개 메소드들

메소드 설명
__construct ( ) Constructor.
__get ( $name )
description ( ) : string Output description for a rule.
getTestInfo ( $test ) : object Returns information on a given test string.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

__get() 공개 메소드

public __get ( $name )

description() 공개 메소드

Output description for a rule.
public description ( ) : string
리턴 string Text description.

getTestInfo() 공개 메소드

Returns information on a given test string.
public getTestInfo ( $test ) : object
리턴 object Object with the following values: - label: (string) The label for this action. - type: (string) Either 'int', 'none', or 'text'.

프로퍼티 상세

$combine 공개적으로 프로퍼티

public $combine

$conditions 공개적으로 프로퍼티

public $conditions

$flags 공개적으로 프로퍼티

public $flags

$label 공개적으로 프로퍼티

public $label

$stop 공개적으로 프로퍼티

public $stop

$type 공개적으로 프로퍼티

public $type

$value 공개적으로 프로퍼티

public $value