Exemplo n.º 1
0
 public function exists($forceCheck = false)
 {
     // We assume that a file of that class always exists (it's not taking a big risk)
     if ($this->realFile === null) {
         return true;
     }
     return parent::exists($forceCheck);
 }