| Total Complexity | 2 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class AssignedProductTable extends AbstractRelatedProductRelationTable |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var string |
||
| 14 | */ |
||
| 15 | protected $tableIdentifier = 'assigned-product-table'; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @var string |
||
| 19 | */ |
||
| 20 | protected $defaultUrl = 'assigned-product-table'; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @return \Orm\Zed\Product\Persistence\SpyProductAbstractQuery |
||
| 24 | */ |
||
| 25 | protected function getQuery() |
||
| 28 | } |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @return string |
||
| 32 | */ |
||
| 33 | protected function getCheckboxCheckedAttribute() |
||
| 38 |