Practice::afterFind PHP Method

afterFind() protected method

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