PHP Class Ingo_Rule_User, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Ingo_Rule
显示文件 Open project: horde/horde Class Usage Examples

Public Properties

Property Type Description
$combine
$conditions
$flags
$label
$stop
$type
$value

Public Methods

Method Description
__construct ( ) Constructor.
__get ( $name )
description ( ) : string Output description for a rule.
getTestInfo ( $test ) : object Returns information on a given test string.

Method Details

__construct() public method

Constructor.
public __construct ( )

__get() public method

public __get ( $name )

description() public method

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

getTestInfo() public method

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

Property Details

$combine public_oe property

public $combine

$conditions public_oe property

public $conditions

$flags public_oe property

public $flags

$label public_oe property

public $label

$stop public_oe property

public $stop

$type public_oe property

public $type

$value public_oe property

public $value