Example #1
0
 /**
  * Checks if the view contains this variable
  *
  * @param  string $name
  * @return boolean
  */
 public function has($name)
 {
     return $this->view->hasVar($name);
 }