Beispiel #1
0
 /**
  * @param $name
  * @return bool
  */
 public function exists($name)
 {
     return $this->engine->exists($name);
 }