Gp::afterFind PHP Method

afterFind() protected method

Raise event to allow external data sources to update gp.
See also: CActiveRecord::afterFind()
protected afterFind ( )
    protected function afterFind()
    {
        parent::afterFind();
        Yii::app()->event->dispatch('gp_after_find', array('gp' => $this));
    }