CommonDBTM::getIndexName PHP Method

getIndexName() static public method

Get the name of the index field
static public getIndexName ( ) : name
return name of the index field
    static function getIndexName()
    {
        return "id";
    }
CommonDBTM