Kimai_Database_Mysql::getCustomerTable PHP 메소드

getCustomerTable() 공개 메소드

public getCustomerTable ( ) : string
리턴 string tablename including prefix
    public function getCustomerTable()
    {
        return $this->kga['server_prefix'] . 'customers';
    }
Kimai_Database_Mysql