Ejemplo n.º 1
0
 /**
  * Returns a specific partial
  *
  * @param *string $name The name of the helper
  *
  * @return string|null
  */
 public function getPartial($name)
 {
     return Runtime::getPartial($name);
 }