| Total Complexity | 3 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class SettingsValue extends ActiveQuery |
||
| 14 | { |
||
| 15 | public function byImportFileId($id) { |
||
| 16 | return $this->byImportSettingsSetId(models\SettingsSet::find()->byImportFileId($id)->select('id')); |
||
| 17 | } |
||
| 18 | |||
| 19 | public function byImportSettingsSetId($id) { |
||
| 22 | ]); |
||
| 23 | } |
||
| 24 | |||
| 25 | public function byType($value) { |
||
| 28 | ]); |
||
| 29 | } |
||
| 30 | } |