コード例 #1
0
ファイル: ModelMeta.php プロジェクト: BGCX261/zibo-svn-to-git
 /**
  * Gets whether to log model actions
  * @return boolean True to log, false otherwise
  */
 public function isLogged()
 {
     return $this->table->isLogged();
 }