Exemplo n.º 1
0
 /**
  * Triggered upon instantiation.
  *
  * @return void
  * @access public
  */
 public function __construct()
 {
     parent::_initialize();
 }
Exemplo n.º 2
0
 /**
  * Triggered before the controller's `beforeFilter` method but after the
  * models have been constructed.
  *
  * @param Controller $controller
  * @param array $settings
  * @return null
  * @access public
  * @see http://book.cakephp.org/view/1617/Component-callbacks
  */
 public function initialize(Controller $controller, $settings = array())
 {
     parent::_initialize($settings);
 }