PHP 클래스 IMP_Flag_User, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_canset
$_css
$_label string The flag label.

공개 메소드들

메소드 설명
__construct ( string $label, string $flag = null, string $bgcolor = null ) Constructor.
__set ( $name, $value )
serialize ( )
unserialize ( $data )

보호된 메소드들

메소드 설명
_getLabel ( )

메소드 상세

__construct() 공개 메소드

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 __set ( $name, $value )

_getLabel() 보호된 메소드

protected _getLabel ( )

serialize() 공개 메소드

public serialize ( )

unserialize() 공개 메소드

public unserialize ( $data )

프로퍼티 상세

$_canset 보호되어 있는 프로퍼티

protected $_canset

$_css 보호되어 있는 프로퍼티

protected $_css

$_label 보호되어 있는 프로퍼티

The flag label.
protected string $_label
리턴 string