| 1 | <?php |
||
| 9 | class SelectCell implements CellInterface |
||
| 10 | { |
||
| 11 | const INPUT_NAME = 'selected_identifiers'; |
||
| 12 | |||
| 13 | private $identifier; |
||
| 14 | |||
| 15 | public function __construct($identifier) |
||
| 19 | |||
| 20 | public function getInputName() |
||
| 24 | |||
| 25 | public function getValue() |
||
| 29 | |||
| 30 | /** |
||
| 31 | * {@inheritdoc} |
||
| 32 | */ |
||
| 33 | public function getView() |
||
| 36 | } |
||
| 37 |