| 1 | <?php |
||
| 10 | class ReaderFactory |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Reader Factory builder. |
||
| 14 | * |
||
| 15 | * @param BaseFindYmlInterface $class |
||
| 16 | * @param ActiveDataProvider|null $dataProvider |
||
| 17 | * @param ActiveQuery|null $query |
||
| 18 | * @param mixed $findParams |
||
| 19 | * |
||
| 20 | * @return ReaderInterface |
||
| 21 | */ |
||
| 22 | 5 | public static function build( |
|
| 53 | } |
||
| 54 |