PHP Class Logo

Inheritance: extends MX_Controller
Afficher le fichier Open project: openeyes/openeyes Class Usage Examples

Méthodes publiques

Свойство Type Description
$header_logo
$secondary_logo

Méthodes publiques

Méthode Description
attributeLabels ( ) Declares attribute labels.
model ( $className = __CLASS__ ) : SettingMetadata Returns the static model of the specified AR class.
relations ( ) : array
rules ( ) : array
search ( ) : CActiveDataProvider Retrieves a list of models based on the current search/filter conditions.

Method Details

attributeLabels() public méthode

Declares attribute labels.
public attributeLabels ( )

model() public static méthode

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

relations() public méthode

public relations ( ) : array
Résultat array relational rules.

rules() public méthode

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

Property Details