PHP 클래스 ArticleTopicsList

상속: extends ListObject
파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

보호된 메소드들

메소드 설명
CreateList ( integer $p_start, integer $p_limit, array $p_parameters, &$p_count ) : array Creates the list of objects. Sets the parameter $p_hasNextElements to true if this list is limited and elements still exist in the original list (from which this was truncated) after the last element of this list.
ProcessConstraints ( array $p_constraints ) : array Processes list constraints passed in an array.
ProcessOrder ( array $p_order ) : array Processes order constraints passed in an array.
ProcessParameters ( array $p_parameters ) : array Processes the input parameters passed in an array; drops the invalid parameters and parameters with invalid values. Returns an array of valid parameters.

메소드 상세

CreateList() 보호된 메소드

Creates the list of objects. Sets the parameter $p_hasNextElements to true if this list is limited and elements still exist in the original list (from which this was truncated) after the last element of this list.
protected CreateList ( integer $p_start, integer $p_limit, array $p_parameters, &$p_count ) : array
$p_start integer
$p_limit integer
$p_parameters array
리턴 array

ProcessConstraints() 보호된 메소드

Processes list constraints passed in an array.
protected ProcessConstraints ( array $p_constraints ) : array
$p_constraints array
리턴 array

ProcessOrder() 보호된 메소드

Processes order constraints passed in an array.
protected ProcessOrder ( array $p_order ) : array
$p_order array
리턴 array

ProcessParameters() 보호된 메소드

Processes the input parameters passed in an array; drops the invalid parameters and parameters with invalid values. Returns an array of valid parameters.
protected ProcessParameters ( array $p_parameters ) : array
$p_parameters array
리턴 array