PHP Class StoreCategory

The followings are the available columns in table 'StoreCategory':
Inheritance: extends BaseModel
Afficher le fichier Open project: yupe/yupe Class Usage Examples

Méthodes publiques

Méthode Description
afterDelete ( )
afterSave ( )
attributeDescriptions ( ) : array
attributeLabels ( ) : array
behaviors ( ) : array
getImageAlt ( ) : string Get image alt tag text
getImageTitle ( ) : string Get image title tag text
getMetaCanonical ( ) : string Get canonical url
getMetaDescription ( ) : string
getMetaKeywords ( ) : string
getMetaTile ( ) : string
getParentName ( ) : string
getStatus ( ) : string
getStatusList ( ) : array
getTitle ( ) : string
model ( string $className = __CLASS__ ) : StoreCategory Returns the static model of the specified AR class.
relations ( ) : array
rules ( ) : array
scopes ( ) : array
search ( ) : CActiveDataProvider Retrieves a list of models based on the current search/filter conditions.
tableName ( ) : string

Method Details

afterDelete() public méthode

public afterDelete ( )

afterSave() public méthode

public afterSave ( )

attributeDescriptions() public méthode

public attributeDescriptions ( ) : array
Résultat array customized attribute descriptions (name=>description)

attributeLabels() public méthode

public attributeLabels ( ) : array
Résultat array customized attribute labels (name=>label)

behaviors() public méthode

public behaviors ( ) : array
Résultat array

getImageAlt() public méthode

Get image alt tag text
public getImageAlt ( ) : string
Résultat string

getImageTitle() public méthode

Get image title tag text
public getImageTitle ( ) : string
Résultat string

getMetaCanonical() public méthode

Get canonical url
public getMetaCanonical ( ) : string
Résultat string

getMetaDescription() public méthode

public getMetaDescription ( ) : string
Résultat string

getMetaKeywords() public méthode

public getMetaKeywords ( ) : string
Résultat string

getMetaTile() public méthode

public getMetaTile ( ) : string
Résultat string

getParentName() public méthode

public getParentName ( ) : string
Résultat string

getStatus() public méthode

public getStatus ( ) : string
Résultat string

getStatusList() public méthode

public getStatusList ( ) : array
Résultat array

getTitle() public méthode

public getTitle ( ) : string
Résultat string

model() public static méthode

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

relations() public méthode

public relations ( ) : array
Résultat array

rules() public méthode

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

scopes() public méthode

public scopes ( ) : array
Résultat array

tableName() public méthode

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