コード例 #1
0
 /**
  * Run installation test
  *
  * @param array $errors Array to write errors into, rather than outputting them
  * @return boolean true if setup is fine, false if something is wrong
  */
 public function testInstall(&$errors = null)
 {
     return Smarty_Internal_Utility::testInstall($this, $errors);
 }
コード例 #2
0
ファイル: Smarty.class.php プロジェクト: redaxle/smarty
 /**
  * Return array of tag/attributes of all tags used by an template
  *
  * @param Smarty_Internal_Template $template
  *
  * @return array  of tag/attributes
  */
 public function getTags(Smarty_Internal_Template $template)
 {
     return Smarty_Internal_Utility::getTags($template);
 }