Exemple #1
0
 public function save($data = null, $whiteList = null)
 {
     if (!$this->manageFile()) {
         return false;
     }
     return parent::save($data, $whiteList);
 }