コード例 #1
0
ファイル: Set.php プロジェクト: ceko/concrete5-1
 public function setDefaultSortColumn(Column $col, $direction = false)
 {
     if ($direction != false) {
         $col->setColumnDefaultSortDirection($direction);
     }
     $this->defaultSortColumn = $col;
 }