OphTrOperationnote_AnaestheticComplications::model PHP Méthode

model() public static méthode

Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : ElementOperation
Résultat ElementOperation the static model class
    public static function model($className = __CLASS__)
    {
        return parent::model($className);
    }

Usage Example

 public function getName()
 {
     return OphTrOperationnote_AnaestheticComplications::model()->findByPk($this->anaesthetic_complication_id)->name;
 }
All Usage Examples Of OphTrOperationnote_AnaestheticComplications::model