芝麻web文件管理V1.00
编辑当前文件:/var/www/cognitio.in/wp-content/plugins/smart-slider-3/Nextend/Framework/View/AbstractBlock.php
setMVCHelper($MVCHelper); $this->init(); } protected function init() { } protected function renderTemplatePart($templateName) { include self::getPath() . '/' . $templateName . '.php'; } /** * Returns the HTML code of the display method * * @return string */ public function toHTML() { ob_start(); $this->display(); return ob_get_clean(); } public abstract function display(); }