PHP Класс PMA\libraries\navigation\nodes\NodeProcedure

Наследование: extends NodeDatabaseChild
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( string $name, integer $type = Node::OBJECT, boolean $is_group = false ) Initialises the class

Защищенные методы

Метод Описание
getItemType ( ) : string Returns the type of the item represented by the node.

Описание методов

__construct() публичный Метод

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() защищенный Метод

Returns the type of the item represented by the node.
protected getItemType ( ) : string
Результат string type of the item