PHP Class PMA\libraries\navigation\nodes\NodeDatabaseChild

Inheritance: extends Node
Show file Open project: phpmyadmin/phpmyadmin Class Usage Examples

Public Methods

Method Description
getHtmlForControlButtons ( ) : String Returns HTML for control buttons displayed infront of a node

Protected Methods

Method Description
getItemType ( ) : string Returns the type of the item represented by the node.

Method Details

getHtmlForControlButtons() public method

Returns HTML for control buttons displayed infront of a node
public getHtmlForControlButtons ( ) : String
return String HTML for control buttons

getItemType() abstract protected method

Returns the type of the item represented by the node.
abstract protected getItemType ( ) : string
return string type of the item