コード例 #1
0
ファイル: ActiveEntity.php プロジェクト: tenebras/kalibri
 public function getAll($count = null, $offset = null)
 {
     return $this->arrayToEntities(parent::getAll($count, $offset));
 }