コード例 #1
0
ファイル: ColorColumn.php プロジェクト: avilaj/ocsport
 /**
  * @param $name
  */
 function __construct($name)
 {
     parent::__construct($name);
     $this->orderable(false);
 }