PMA\libraries\navigation\nodes\NodeFunction::getItemType PHP Méthode

getItemType() protected méthode

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