コード例 #1
0
ファイル: Index.php プロジェクト: Eden-PHP/Handlebars
 /**
  * Returns all the registered partials
  *
  * @return array
  */
 public function getPartials()
 {
     return Runtime::getPartials();
 }