/** * 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')); }