PHP 클래스 Ingo_Rule, horde

저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$disable boolean Is this rule disabled?
$name string Rule name.
$uid string Unique ID of the rule.

공개 메소드들

메소드 설명
__toString ( )
description ( ) : string Generate the rule description.

메소드 상세

__toString() 공개 메소드

public __toString ( )

description() 공개 메소드

Generate the rule description.
public description ( ) : string
리턴 string Rule description.

프로퍼티 상세

$disable 공개적으로 프로퍼티

Is this rule disabled?
public bool $disable
리턴 boolean

$name 공개적으로 프로퍼티

Rule name.
public string $name
리턴 string

$uid 공개적으로 프로퍼티

Unique ID of the rule.
public string $uid
리턴 string