Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
CRAP | |
0.00% |
0 / 3 |
| EventSpanQuery | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
2.00 | |
0.00% |
0 / 3 |
| onEvent | |
0.00% |
0 / 1 |
2.00 | |
0.00% |
0 / 3 |
|||
| <?php | |
| namespace common\models; | |
| /** | |
| * This is the query model class for table "{{%event_span}}". | |
| */ | |
| class EventSpanQuery extends \yii\db\ActiveQuery | |
| { | |
| public function onEvent($event_id) | |
| { | |
| return $this->andWhere(['event_id' => $event_id]); | |
| } | |
| } |