model() public static method

Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : AnaestheticDelivery
return AnaestheticDelivery the static model class
 /**
  * @covers AnaestheticAgent::model
  */
 public function testModel()
 {
     $this->assertEquals('AnaestheticDelivery', get_class(AnaestheticDelivery::model()), 'Class name should match model.');
 }