init() публичный Метод

public init ( )
Пример #1
0
 /**
  * Init
  *
  * @return Action_Helper_GenericDatatable
  */
 public function init(Adapter\IAdapter $p_adapter = null)
 {
     parent::init();
     //$this->setAdapter( is_null( $p_adapter ) ? new DefaultAdapter() : $p_adapter )
     //    ->setOutputObject( $this->getActionController()->view );
     return $this;
 }