コード例 #1
0
ファイル: download.php プロジェクト: JBZoo/Zoo-Changelog
 public function bindData($data = array())
 {
     parent::bindData($data);
     // add size to data
     $this->_updateFileSize();
 }