PHP Class ProductImage

Author: lhe ([email protected])
Inheritance: extends BaseEntityAbstract
Exibir arquivo Open project: yupe/yupe Class Usage Examples

Public Methods

Method Description
attributeDescriptions ( ) : array
attributeLabels ( ) : array
behaviors ( ) : array
model ( null | string $className = __CLASS__ )
relations ( ) : array
rules ( ) : array
tableName ( ) : string

Method Details

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

model() public static method

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

relations() public method

public relations ( ) : array
return array

rules() public method

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

tableName() public method

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