コード例 #1
0
ファイル: DAO.php プロジェクト: Getty/historical-php-rapidev
 public function get($k = null, $v = null)
 {
     parent::get($k, $v);
     return $this;
 }