Exemplo n.º 1
0
 /**
  * Initializes the application component.
  *
  * @return null
  */
 public function init()
 {
     parent::init();
     // Store the old handle in case it's ever requested.
     $this->attachEventHandler('onAfterFind', array($this, 'storeOldHandle'));
 }