PHP 클래스 Newscoop\Service\Model\Search\ColumnOrder

상속: extends Column
파일 보기 프로젝트 열기: sourcefabric/newscoop

보호된 프로퍼티들

프로퍼티 타입 설명
$ascending boolean *

공개 메소드들

메소드 설명
isOrderAscending ( ) : null | boolean Provides the ordering status of the column.
order ( boolean $ascending ) : Newscoop\Service\Model\Search\Column Set this column to be ordered.
orderAscending ( ) : Newscoop\Service\Model\Search\Column Set this column to be ordered asscending.
orderDescending ( ) : Newscoop\Service\Model\Search\Column Set this column to be ordered descending.

메소드 상세

isOrderAscending() 공개 메소드

Provides the ordering status of the column.
public isOrderAscending ( ) : null | boolean
리턴 null | boolean Returns NULL if this column is not ordered, true if the order is ascending, flase for descending.

order() 공개 메소드

Set this column to be ordered.
public order ( boolean $ascending ) : Newscoop\Service\Model\Search\Column
$ascending boolean If true than the column will be ordered asscending, if false descending.
리턴 Newscoop\Service\Model\Search\Column This instance, used for chaining purposes.

orderAscending() 공개 메소드

Set this column to be ordered asscending.
public orderAscending ( ) : Newscoop\Service\Model\Search\Column
리턴 Newscoop\Service\Model\Search\Column This instance, used for chaining purposes.

orderDescending() 공개 메소드

Set this column to be ordered descending.
public orderDescending ( ) : Newscoop\Service\Model\Search\Column
리턴 Newscoop\Service\Model\Search\Column This instance, used for chaining purposes.

프로퍼티 상세

$ascending 보호되어 있는 프로퍼티

*
protected bool $ascending
리턴 boolean