Method | Description | |
---|---|---|
actionCreate ( ) : mixed | Creates a new EavAttributeOption model. | |
actionDelete ( integer $id ) : mixed | Deletes an existing EavAttributeOption model. | |
actionIndex ( ) : mixed | Lists all EavAttributeOption models. | |
actionUpdate ( integer $id ) : mixed | Updates an existing EavAttributeOption model. | |
actionView ( integer $id ) : mixed | Displays a single EavAttributeOption model. | |
behaviors ( ) |
Method | Description | |
---|---|---|
findModel ( integer $id ) : |
Finds the EavAttributeOption 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 |