PHP Class Ingo_Rule, horde

Author: Michael Slusarz ([email protected])
Datei anzeigen Open project: horde/horde

Public Properties

Property Type Description
$disable boolean Is this rule disabled?
$name string Rule name.
$uid string Unique ID of the rule.

Public Methods

Method Description
__toString ( )
description ( ) : string Generate the rule description.

Method Details

__toString() public method

public __toString ( )

description() public method

Generate the rule description.
public description ( ) : string
return string Rule description.

Property Details

$disable public_oe property

Is this rule disabled?
public bool $disable
return boolean

$name public_oe property

Rule name.
public string $name
return string

$uid public_oe property

Unique ID of the rule.
public string $uid
return string