Свойство | Type | Description | |
---|---|---|---|
$defaultAction |
Méthode | Description | |
---|---|---|
actionAdmin ( ) | Manages all models. | |
actionCreate ( integer $id, $language ) | Updates a particular model. | |
actionDelete ( integer $id, string $language ) | Deletes a record | |
actionMissing ( ) | ||
actionMissingdelete ( integer $id ) | Deletes a record | |
actionUpdate ( integer $id, $language ) | Updates a particular model. | |
translateLoadModel ( $id, $language ) | Returns the data model based on the primary key given in the GET variable. |
public actionCreate ( integer $id, $language ) | ||
$id | integer | the ID of the model to be updated |
public actionDelete ( integer $id, string $language ) | ||
$id | integer | the ID of the model to be deleted |
$language | string | the language of the model to de deleted |
public actionMissingdelete ( integer $id ) | ||
$id | integer | the ID of the model to be deleted |
public actionUpdate ( integer $id, $language ) | ||
$id | integer | the ID of the model to be updated |
public translateLoadModel ( $id, $language ) |