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