PHP Class PMA\libraries\navigation\nodes\NodeFunction

Inheritance: extends NodeDatabaseChild
Afficher le fichier Open project: phpmyadmin/phpmyadmin

Méthodes publiques

Méthode Description
__construct ( string $name, integer $type = Node::OBJECT, boolean $is_group = false ) Initialises the class

Méthodes protégées

Méthode Description
getItemType ( ) : string Returns the type of the item represented by the node.

Method Details

__construct() public méthode

Initialises the class
public __construct ( string $name, integer $type = Node::OBJECT, boolean $is_group = false )
$name string An identifier for the new node
$type integer Type of node, may be one of CONTAINER or OBJECT
$is_group boolean Whether this object has been created while grouping nodes

getItemType() protected méthode

Returns the type of the item represented by the node.
protected getItemType ( ) : string
Résultat string type of the item