PHP 클래스 ProductImage

저자: lhe ([email protected])
상속: extends BaseEntityAbstract
파일 보기 프로젝트 열기: yupe/yupe 1 사용 예제들

공개 메소드들

메소드 설명
attributeDescriptions ( ) : array
attributeLabels ( ) : array
behaviors ( ) : array
model ( null | string $className = __CLASS__ )
relations ( ) : array
rules ( ) : array
tableName ( ) : string

메소드 상세

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

model() 공개 정적인 메소드

public static model ( null | string $className = __CLASS__ )
$className null | string

relations() 공개 메소드

public relations ( ) : array
리턴 array

rules() 공개 메소드

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

tableName() 공개 메소드

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