コード例 #1
0
ファイル: Memory.php プロジェクト: mattvb91/cphalcon
 public function write($key, Reflection $data)
 {
     return parent::write($key, $data);
 }