Beispiel #1
0
 /**
  * @return bool
  */
 public function isExists()
 {
     return parent::isExists();
 }
Beispiel #2
0
 /**
  * @param $name
  * @return bool
  */
 public function isExists($name)
 {
     $this->path = $this->path . $name . '.php';
     return parent::isExists();
 }