PHP Class Eye

The followings are the available columns in table 'eye':
Inheritance: extends BaseActiveRecord
Afficher le fichier Open project: openeyes/openeyes Class Usage Examples

Méthodes publiques

Méthode Description
defaultScope ( )
getAdjective ( )
getShortName ( )
model ( $className = __CLASS__ ) : Eye Returns the static model of the specified AR class.
rules ( ) : array
tableName ( ) : string

Method Details

defaultScope() public méthode

public defaultScope ( )

getAdjective() public méthode

public getAdjective ( )

getShortName() public méthode

public getShortName ( )

model() public static méthode

Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : Eye
Résultat Eye the static model class

rules() public méthode

public rules ( ) : array
Résultat array validation rules for model attributes.

tableName() public méthode

public tableName ( ) : string
Résultat string the associated database table name