コード例 #1
0
 /**
  * @return string
  */
 private function getEscapedTableName()
 {
     if (empty($this->escaped_table_name)) {
         $this->escaped_table_name = $this->pool->getTypeTable($this->type, true);
     }
     return $this->escaped_table_name;
 }