PMA\libraries\navigation\nodes\NodeFunction::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 'function';
    }