PHP Class skeeks\cms\models\searchs\CmsUserSearch

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

Public Properties

Property Type Description
$auth_at_from
$auth_at_to
$created_at_from
$created_at_to
$has_image
$q
$role
$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

$auth_at_from public property

public $auth_at_from

$auth_at_to public property

public $auth_at_to

$created_at_from public property

public $created_at_from

$created_at_to public property

public $created_at_to

$has_image public property

public $has_image

$q public property

public $q

$role public property

public $role

$updated_at_from public property

public $updated_at_from

$updated_at_to public property

public $updated_at_to