| 1 | <?php namespace Anomaly\Streams\Platform\Ui\Table\Command; |
||
| 16 | class SaveTableState implements SelfHandling |
||
| 17 | { |
||
| 18 | |||
| 19 | /** |
||
| 20 | * The table builder. |
||
| 21 | * |
||
| 22 | * @var TableBuilder |
||
| 23 | */ |
||
| 24 | protected $builder; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Create a new SetDefaultOptions instance. |
||
| 28 | * |
||
| 29 | * @param TableBuilder $builder |
||
| 30 | */ |
||
| 31 | public function __construct(TableBuilder $builder) |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @param Store $session |
||
| 38 | * @param Request $request |
||
| 39 | */ |
||
| 40 | public function handle(Store $session, Request $request) |
||
| 44 | } |
||
| 45 |