Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
Public Member Functions | List of all members
UserSearch Class Reference
Inheritance diagram for UserSearch:
User

Public Member Functions

 rules ()
- Public Member Functions inherited from User
 tableName ()
 relations ()
 isExists ()
 attributeLabels ()
 scopes ()
 defaultScope ()
 search ()

Additional Inherited Members

- Static Public Member Functions inherited from User
static model ($className=__CLASS__)
static create ($account, $service)
static itemAlias ($type, $code=NULL)
- Public Attributes inherited from User
const STATUS_NOACTIVE = 0
const STATUS_ACTIVE = 1
const STATUS_BANED = -1
 $justSaved = false
 $firstname
 $lastname
- Protected Attributes inherited from User
 $isExists = null

Detailed Description

Gentics Portal.Node PHP Author & Copyright (c) by Gentics Software GmbH sales.nosp@m.@gen.nosp@m.tics..nosp@m.com http://www.gentics.com Licenses can be found in the LICENSE.txt file in the root-folder of this installation You must not use this software without a valid license agreement.

Definition at line 12 of file UserSearch.php.

Member Function Documentation

UserSearch::rules ( )
Returns
array validation rules for model attributes.

Reimplemented from User.

Definition at line 14 of file UserSearch.php.

{
return array(
array('username, email', 'length', 'max' => 255),
array('username,email, createtime, lastvisit, status', 'safe', 'on' => 'view'),
);
}

The documentation for this class was generated from the following file: