Method | Description | |
---|---|---|
actionCreate ( ) : mixed | Creates a new EavAttributeValue model. | |
actionDelete ( integer $id ) : mixed | Deletes an existing EavAttributeValue model. | |
actionIndex ( ) : mixed | Lists all EavAttributeValue models. | |
actionUpdate ( integer $id ) : mixed | Updates an existing EavAttributeValue model. | |
actionView ( integer $id ) : mixed | Displays a single EavAttributeValue model. | |
behaviors ( ) |
Method | Description | |
---|---|---|
findModel ( integer $id ) : |
Finds the EavAttributeValue model based on its primary key value. |
public actionCreate ( ) : mixed | ||
return | mixed |
public actionDelete ( integer $id ) : mixed | ||
$id | integer | |
return | mixed |
public actionIndex ( ) : mixed | ||
return | mixed |
public actionUpdate ( integer $id ) : mixed | ||
$id | integer | |
return | mixed |
public actionView ( integer $id ) : mixed | ||
$id | integer | |
return | mixed |