PMA\libraries\navigation\nodes\NodeTable::getItemType PHP Метод

getItemType() защищенный Метод

Returns the type of the item represented by the node.
protected getItemType ( ) : string
Результат string type of the item
    protected function getItemType()
    {
        return 'table';
    }