CommonDBTM::getIndexName PHP 메소드

getIndexName() 정적인 공개 메소드

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