PHP 클래스 Newscoop\Criteria\ArticleSearchCriteria

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

공개 프로퍼티들

프로퍼티 타입 설명
$article_type string
$author integer
$creator integer
$issue string
$language string
$orderBy array
$publication string
$publish_date datetime
$published_after datetime
$published_before datetime
$query string
$section string
$status string
$topic integer

공개 메소드들

메소드 설명
fillFromRequest ( Request $request )

메소드 상세

fillFromRequest() 공개 메소드

public fillFromRequest ( Request $request )
$request Symfony\Component\HttpFoundation\Request

프로퍼티 상세

$article_type 공개적으로 프로퍼티

public string $article_type
리턴 string

$author 공개적으로 프로퍼티

public int $author
리턴 integer

$creator 공개적으로 프로퍼티

public int $creator
리턴 integer

$issue 공개적으로 프로퍼티

public string $issue
리턴 string

$language 공개적으로 프로퍼티

public string $language
리턴 string

$orderBy 공개적으로 프로퍼티

public array $orderBy
리턴 array

$publication 공개적으로 프로퍼티

public string $publication
리턴 string

$publish_date 공개적으로 프로퍼티

public datetime $publish_date
리턴 datetime

$published_after 공개적으로 프로퍼티

public datetime $published_after
리턴 datetime

$published_before 공개적으로 프로퍼티

public datetime $published_before
리턴 datetime

$query 공개적으로 프로퍼티

public string $query
리턴 string

$section 공개적으로 프로퍼티

public string $section
리턴 string

$status 공개적으로 프로퍼티

public string $status
리턴 string

$topic 공개적으로 프로퍼티

public int $topic
리턴 integer