PHP Class skeeks\cms\models\searchs\CmsContentElementSearch

Inheritance: extends skeeks\cms\models\CmsContentElement
Show file Open project: skeeks-cms/cms Class Usage Examples

Public Properties

Property Type Description
$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

Public Methods

Method Description
attributeLabels ( )
attributes ( ) : array Returns the list of attribute names.
rules ( )
search ( $params )

Method Details

attributeLabels() public method

public attributeLabels ( )

attributes() public method

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
return array list of attribute names.

rules() public method

public rules ( )

Property Details

$created_at_from public property

public $created_at_from

$created_at_to public property

public $created_at_to

$has_full_image public property

public $has_full_image

$has_image public property

public $has_image

$published_at_from public property

public $published_at_from

$published_at_to public property

public $published_at_to

$q public property

public $q

$section public property

public $section

$updated_at_from public property

public $updated_at_from

$updated_at_to public property

public $updated_at_to