@@ -15,6 +15,9 @@ |
||
| 15 | 15 | |
| 16 | 16 | class PlanQuery extends \hiqdev\hiart\ActiveQuery |
| 17 | 17 | { |
| 18 | + /** |
|
| 19 | + * @param integer $id |
|
| 20 | + */ |
|
| 18 | 21 | public function byId($id) |
| 19 | 22 | { |
| 20 | 23 | return $this->andWhere(['id' => $id]); |