prepare() public method
Prepares the data models and keys.
This method will prepare the data models and keys that can be retrieved via getModels() and getKeys().
This method will be implicitly called by getModels() and getKeys() if it has not been called before.
public void prepare ( $forcePrepare = false ) | ||
---|---|---|
$forcePrepare | boolean |
Whether to force data preparation even if it has been done before. |
Please login to continue.