Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

Commit

Permalink
bug #46 Fix missing property 'prefix' in HeaderView (sstok)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

|Q            |A  |
|---          |---|
|Bug Fix?     |yes|
|New Feature? |no |
|BC Breaks?   |no |
|Deprecations?|no |
|Fixed Tickets|   |

Commits
-------

6bc0e61 Fix missing property 'prefix' in HeaderView
  • Loading branch information
sstok committed Feb 13, 2016
2 parents 2011802 + 6bc0e61 commit eca0f66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Column/HeaderView.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ class HeaderView
*/
public $type;

/**
* @var string
*/
public $prefix;

/**
* @param ColumnInterface $column
* @param DatagridView $datagrid
Expand Down

0 comments on commit eca0f66

Please sign in to comment.