| Total Complexity | 4 | 
| Total Lines | 52 | 
| Duplicated Lines | 0 % | 
| Coverage | 100% | 
| Changes | 3 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 10 | class LampagerArrayProcessor extends ArrayProcessor  | 
            ||
| 11 | { | 
            ||
| 12 | /** @var Model */  | 
            ||
| 13 | protected $model;  | 
            ||
| 14 | |||
| 15 | /** @var LampagerColumnAccess */  | 
            ||
| 16 | protected $access;  | 
            ||
| 17 | |||
| 18 | /**  | 
            ||
| 19 | * @return static  | 
            ||
| 20 | */  | 
            ||
| 21 | public static function create(Model $model)  | 
            ||
| 24 | }  | 
            ||
| 25 | 32 | ||
| 26 | /**  | 
            ||
| 27 | * @param Model $model Model.  | 
            ||
| 28 | */  | 
            ||
| 29 | public function __construct(Model $model)  | 
            ||
| 33 | 32 | }  | 
            |
| 34 | 32 | ||
| 35 | 32 | /**  | 
            |
| 36 |      * {@inheritdoc} | 
            ||
| 37 | */  | 
            ||
| 38 | protected function field($row, $column)  | 
            ||
| 41 | }  | 
            ||
| 42 | 32 | ||
| 43 | /**  | 
            ||
| 44 |      * {@inheritdoc} | 
            ||
| 45 | */  | 
            ||
| 46 | protected function makeCursor(Query $query, $row)  | 
            ||
| 68 |