PHP Class Ingo_Rule, horde

Author: Michael Slusarz ([email protected])
Afficher le fichier Open project: horde/horde

Méthodes publiques

Свойство Type Description
$disable boolean Is this rule disabled?
$name string Rule name.
$uid string Unique ID of the rule.

Méthodes publiques

Méthode Description
__toString ( )
description ( ) : string Generate the rule description.

Method Details

__toString() public méthode

public __toString ( )

description() public méthode

Generate the rule description.
public description ( ) : string
Résultat string Rule description.

Property Details

$disable public_oe property

Is this rule disabled?
public bool $disable
Résultat boolean

$name public_oe property

Rule name.
public string $name
Résultat string

$uid public_oe property

Unique ID of the rule.
public string $uid
Résultat string