PHP Class StoreCategory

The followings are the available columns in table 'StoreCategory':
Inheritance: extends BaseModel
ファイルを表示 Open project: yupe/yupe Class Usage Examples

Public Methods

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

public afterDelete ( )

afterSave() public method

public afterSave ( )

attributeDescriptions() public method

public attributeDescriptions ( ) : array
return array customized attribute descriptions (name=>description)

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)

behaviors() public method

public behaviors ( ) : array
return array

getImageAlt() public method

Get image alt tag text
public getImageAlt ( ) : string
return string

getImageTitle() public method

Get image title tag text
public getImageTitle ( ) : string
return string

getMetaCanonical() public method

Get canonical url
public getMetaCanonical ( ) : string
return string

getMetaDescription() public method

public getMetaDescription ( ) : string
return string

getMetaKeywords() public method

public getMetaKeywords ( ) : string
return string

getMetaTile() public method

public getMetaTile ( ) : string
return string

getParentName() public method

public getParentName ( ) : string
return string

getStatus() public method

public getStatus ( ) : string
return string

getStatusList() public method

public getStatusList ( ) : array
return array

getTitle() public method

public getTitle ( ) : string
return string

model() public static method

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

relations() public method

public relations ( ) : array
return array

rules() public method

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

scopes() public method

public scopes ( ) : array
return array

tableName() public method

public tableName ( ) : string
return string the associated database table name