PHP 클래스 PMA\libraries\navigation\nodes\NodeColumn

상속: extends Node
파일 보기 프로젝트 열기: phpmyadmin/phpmyadmin

공개 메소드들

메소드 설명
__construct ( string $name, integer $type = Node::OBJECT, boolean $is_group = false ) Initialises the class

메소드 상세

__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