示例#1
0
 /**
  * Returns all the registered partials
  *
  * @return array
  */
 public function getPartials()
 {
     return Runtime::getPartials();
 }