Skip to content

Commit

Permalink
Yii style
Browse files Browse the repository at this point in the history
  • Loading branch information
sucotronic committed Sep 10, 2012
1 parent 51f7557 commit ed04f69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion framework/zii/widgets/grid/CCheckBoxColumn.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ class CCheckBoxColumn extends CGridColumn
* determine if checkbox for each data cell is disabled. In this expression, the variable * determine if checkbox for each data cell is disabled. In this expression, the variable
* <code>$row</code> the row number (zero-based); <code>$data</code> the data model for the row; * <code>$row</code> the row number (zero-based); <code>$data</code> the data model for the row;
* and <code>$this</code> the column object. * and <code>$this</code> the column object.
* @since 1.1.13
*/ */
public $disabled=null; public $disabled;
/** /**
* @var array the HTML options for the data cell tags. * @var array the HTML options for the data cell tags.
*/ */
Expand Down

0 comments on commit ed04f69

Please sign in to comment.