PHP Class Logo

Inheritance: extends MX_Controller
Mostra file Open project: openeyes/openeyes Class Usage Examples

Public Properties

Property Type Description
$header_logo
$secondary_logo

Public Methods

Method 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 method

Declares attribute labels.
public attributeLabels ( )

model() public static method

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

relations() public method

public relations ( ) : array
return array relational rules.

rules() public method

public rules ( ) : array
return array validation rules for model attributes.

Property Details