コード例 #1
0
 /**
  * Render contents
  * 
  * @return string
  */
 public function renderView()
 {
     $this->_prepareTree();
     return parent::renderView();
 }
コード例 #2
0
 /**
  * Public constructor
  */
 function __construct()
 {
     parent::__construct();
 }
コード例 #3
0
 /**
  * Render contents
  * 
  * @return string
  */
 public function renderView()
 {
     $this->_prepareContainer();
     return parent::renderView();
 }
コード例 #4
0
 /**
  * Render contents
  * 
  * @return string 
  */
 public function renderView()
 {
     $this->_prepareGroupAction();
     $this->_prepareColumns();
     $this->_prepareCollection();
     $this->_prepareTable();
     return parent::renderView();
 }
コード例 #5
0
 /**
  * Render contents
  * 
  * @return string
  */
 public function renderView()
 {
     $this->_prepareForm($this->getForm());
     return parent::renderView();
 }