Esempio n. 1
0
 public function mkdir($path)
 {
     return $this->checkMask(Constants::PERMISSION_CREATE) and parent::mkdir($path);
 }