예제 #1
0
 /**
  * Clear entity data
  *
  * @return bool
  */
 public function clear()
 {
     $sql = $this->compiler->truncateTable($this->name);
     return $this->pdo->query($sql);
 }