PHP Class IMP_Flag_User, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends IMP_Flag_Imap
Exibir arquivo Open project: horde/horde

Protected Properties

Property Type Description
$_canset
$_css
$_label string The flag label.

Public Methods

Method Description
__construct ( string $label, string $flag = null, string $bgcolor = null ) Constructor.
__set ( $name, $value )
serialize ( )
unserialize ( $data )

Protected Methods

Method Description
_getLabel ( )

Method Details

__construct() public method

Constructor.
public __construct ( string $label, string $flag = null, string $bgcolor = null )
$label string The label.
$flag string The IMAP flag.
$bgcolor string The background color.

__set() public method

public __set ( $name, $value )

_getLabel() protected method

protected _getLabel ( )

serialize() public method

public serialize ( )

unserialize() public method

public unserialize ( $data )

Property Details

$_canset protected_oe property

protected $_canset

$_css protected_oe property

protected $_css

$_label protected_oe property

The flag label.
protected string $_label
return string