PHP 클래스 skeeks\cms\models\searchs\CmsContentElementSearch

상속: extends skeeks\cms\models\CmsContentElement
파일 보기 프로젝트 열기: skeeks-cms/cms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$created_at_from
$created_at_to
$has_full_image
$has_image
$published_at_from
$published_at_to
$q
$section
$updated_at_from
$updated_at_to

공개 메소드들

메소드 설명
attributeLabels ( )
attributes ( ) : array Returns the list of attribute names.
rules ( )
search ( $params )

메소드 상세

attributeLabels() 공개 메소드

public attributeLabels ( )

attributes() 공개 메소드

By default, this method returns all public non-static properties of the class. You may override this method to change the default behavior.
public attributes ( ) : array
리턴 array list of attribute names.

rules() 공개 메소드

public rules ( )

프로퍼티 상세

$created_at_from 공개적으로 프로퍼티

public $created_at_from

$created_at_to 공개적으로 프로퍼티

public $created_at_to

$has_full_image 공개적으로 프로퍼티

public $has_full_image

$has_image 공개적으로 프로퍼티

public $has_image

$published_at_from 공개적으로 프로퍼티

public $published_at_from

$published_at_to 공개적으로 프로퍼티

public $published_at_to

$q 공개적으로 프로퍼티

public $q

$section 공개적으로 프로퍼티

public $section

$updated_at_from 공개적으로 프로퍼티

public $updated_at_from

$updated_at_to 공개적으로 프로퍼티

public $updated_at_to