Пример #1
0
 /**
  * Delays registering partials to the engine
  * because there is no add partial method...
  *
  * @param *string $name    The name of the helper
  * @param *string $partial The helper handler
  *
  * @return Eden\Handlebrs\Index
  */
 public function registerPartial($name, $partial)
 {
     Runtime::registerPartial($name, $partial);
     return $this;
 }