| Total Complexity | 5 |
| Total Lines | 39 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class TransitionSearch extends Transition implements ResourceSearch |
||
| 14 | { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @inhertidoc |
||
| 18 | */ |
||
| 19 | 1 | public function rules() |
|
| 20 | { |
||
| 21 | return [ |
||
| 22 | 1 | [['source_stage_id', 'created_by'], 'integer'], |
|
| 23 | [['name'], 'string'], |
||
| 24 | ]; |
||
| 25 | } |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @inhertidoc |
||
| 29 | */ |
||
| 30 | 1 | public function search( |
|
| 52 | ]); |
||
| 53 | } |
||
| 55 |