PHP 클래스 StoreCategory

The followings are the available columns in table 'StoreCategory':
상속: extends BaseModel
파일 보기 프로젝트 열기: yupe/yupe 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

afterDelete() 공개 메소드

public afterDelete ( )

afterSave() 공개 메소드

public afterSave ( )

attributeDescriptions() 공개 메소드

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

attributeLabels() 공개 메소드

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

behaviors() 공개 메소드

public behaviors ( ) : array
리턴 array

getImageAlt() 공개 메소드

Get image alt tag text
public getImageAlt ( ) : string
리턴 string

getImageTitle() 공개 메소드

Get image title tag text
public getImageTitle ( ) : string
리턴 string

getMetaCanonical() 공개 메소드

Get canonical url
public getMetaCanonical ( ) : string
리턴 string

getMetaDescription() 공개 메소드

public getMetaDescription ( ) : string
리턴 string

getMetaKeywords() 공개 메소드

public getMetaKeywords ( ) : string
리턴 string

getMetaTile() 공개 메소드

public getMetaTile ( ) : string
리턴 string

getParentName() 공개 메소드

public getParentName ( ) : string
리턴 string

getStatus() 공개 메소드

public getStatus ( ) : string
리턴 string

getStatusList() 공개 메소드

public getStatusList ( ) : array
리턴 array

getTitle() 공개 메소드

public getTitle ( ) : string
리턴 string

model() 공개 정적인 메소드

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

relations() 공개 메소드

public relations ( ) : array
리턴 array

rules() 공개 메소드

public rules ( ) : array
리턴 array validation rules for model attributes.

scopes() 공개 메소드

public scopes ( ) : array
리턴 array

tableName() 공개 메소드

public tableName ( ) : string
리턴 string the associated database table name