FuModelFindTrait
Fu Model Find Trait
Used by the Controller Traits to find the Model to use.
Table of Contents
Properties
- $fuModel : null|string
- The name of the model we're using, if it's not set, then it'll use the name of the controller, to try to figure it out.
- $fuModelAlias : null|string
Methods
- traitModelFind() : void
- Used to find the model for the other taits here.
Properties
$fuModel
The name of the model we're using, if it's not set, then it'll use the name of the controller, to try to figure it out.
public
null|string
$fuModel
= null
The name of the model.
$fuModelAlias
public
null|string
$fuModelAlias
= null
The model alias to use.
Methods
traitModelFind()
Used to find the model for the other taits here.
public
traitModelFind() : void