PHP Class IMP_Ftree_Element, horde

Author: Michael Slusarz ([email protected])
Mostrar archivo Open project: horde/horde

Protected Properties

Property Type Description
$_id string The element ID.
$_tree IMP_Ftree IMP folder tree object.

Public Methods

Method Description
__construct ( string $id, IMP_Ftree $tree ) Constructor.
__get ( $name )
__set ( $name, $value )
__sleep ( )
__toString ( ) : string

Method Details

__construct() public method

Constructor.
public __construct ( string $id, IMP_Ftree $tree )
$id string Element ID.
$tree IMP_Ftree The base tree object.

__get() public method

public __get ( $name )

__set() public method

public __set ( $name, $value )

__sleep() public method

public __sleep ( )

__toString() public method

public __toString ( ) : string
return string Element ID.

Property Details

$_id protected_oe property

The element ID.
protected string $_id
return string

$_tree protected_oe property

IMP folder tree object.
protected IMP_Ftree $_tree
return IMP_Ftree