Method | Description | |
---|---|---|
accessRules ( ) : array | ||
actionCreate ( ) : void | Creates a new model. | |
actionDelete ( null $id = null ) | ||
actionIndex ( ) : void | Manages all models. | |
actionUpdate ( $id ) | ||
actionView ( integer $id ) : void | Displays a particular model. | |
actions ( ) : array | ||
loadModel ( $id ) : static |
public actionCreate ( ) : void | ||
return | void |
public actionView ( integer $id ) : void | ||
$id | integer | the ID of the model to be displayed |
return | void |