Skip to content

Commit

Permalink
address reviewer feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
romaninsh committed Mar 22, 2018
1 parent b647bce commit d906e4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/TableColumn/Multiformat.php
Expand Up @@ -7,6 +7,9 @@
*/
class Multiformat extends Generic
{
/**
* @var callable Method to execute which will return array of seeds for decorators
*/
public $callback = null;

public function getDataCellHTML(\atk4\data\Field $f = null, $extra_tags = [])
Expand Down

0 comments on commit d906e4f

Please sign in to comment.