/**
  * Call a template run-time filter. Do not call directly.
  * @param  string  filter name
  * @param  array   arguments
  * @return mixed
  */
 public function __call($name, $args)
 {
     return $this->engine->invokeFilter($name, $args);
 }