PMA\libraries\navigation\nodes\NodeFunction::getItemType PHP Method

getItemType() protected method

Returns the type of the item represented by the node.
protected getItemType ( ) : string
return string type of the item
    protected function getItemType()
    {
        return 'function';
    }