| 1 | <?php |
||
| 10 | class ModelPanel extends AbstractSubscriablePanel implements IAjaxPanel |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * $queries. |
||
| 14 | * |
||
| 15 | * @var array |
||
| 16 | */ |
||
| 17 | protected $models = []; |
||
| 18 | |||
| 19 | |||
| 20 | |||
| 21 | /** |
||
| 22 | * $counter. |
||
| 23 | * |
||
| 24 | * @var int |
||
| 25 | */ |
||
| 26 | protected $total = 0; |
||
| 27 | |||
| 28 | |||
| 29 | |||
| 30 | |||
| 31 | /** |
||
| 32 | * subscribe. |
||
| 33 | */ |
||
| 34 | protected function subscribe() |
||
| 47 | |||
| 48 | /** |
||
| 49 | * getAttributes. |
||
| 50 | * |
||
| 51 | * @return array |
||
| 52 | */ |
||
| 53 | protected function getAttributes() |
||
| 61 | |||
| 62 | } |
||
| 63 |