Gp::afterFind PHP Метод

afterFind() защищенный Метод

Raise event to allow external data sources to update gp.
См. также: CActiveRecord::afterFind()
protected afterFind ( )
    protected function afterFind()
    {
        parent::afterFind();
        Yii::app()->event->dispatch('gp_after_find', array('gp' => $this));
    }