Skip to content

Commit

Permalink
remove two never used/documented Grid methods
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed May 8, 2023
1 parent 4b613da commit f05c83e
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/Grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,26 +140,6 @@ protected function initTable(): Table
return $table;
}

/**
* Set Table\Column\Actions seed.
*
* @param array $seed
*/
public function setActionDecorator($seed): void
{
$this->actionButtonsDecorator = $seed;
}

/**
* Set Table\Column\ActionMenu seed.
*
* @param array $seed
*/
public function setActionMenuDecorator($seed): void
{
$this->actionMenuDecorator = $seed;
}

/**
* Add new column to grid. If column with this name already exists,
* an. Simply calls Table::addColumn(), so check that method out.
Expand Down

0 comments on commit f05c83e

Please sign in to comment.