PHP 클래스 OpenSkill\Datatable\Columns\ColumnOrder

파일 보기 프로젝트 열기: openskill/datatable

공개 메소드들

메소드 설명
__construct ( string $columnName, boolean $isAscOrdering ) ColumnOrder constructor.
columnName ( ) : string
isAscending ( ) : boolean
isDescending ( ) : boolean

메소드 상세

__construct() 공개 메소드

ColumnOrder constructor.
public __construct ( string $columnName, boolean $isAscOrdering )
$columnName string the internal name of the column
$isAscOrdering boolean true if the ordering is ascending

columnName() 공개 메소드

public columnName ( ) : string
리턴 string

isAscending() 공개 메소드

public isAscending ( ) : boolean
리턴 boolean

isDescending() 공개 메소드

public isDescending ( ) : boolean
리턴 boolean