File path: dist/twist/Core/Helpers/Framework.helper.php
Namespace: Twist\Core\Helpers
Type: Class
Framework
— This helper is used by the framework directly providing support for all core framework features such as debug, settings, tools and handlers.
<?php
//Call the function debug with the example vars
Twist::Framework() -> debug();
Method | Access | Returns |
---|---|---|
__construct | construct | void |
databaseDebug | public | void |
debug | public | void |
hooks | public | void |
package | public | void |
register | public | void |
setting | public | void |
settings | public | void |
tools | public | void |
getURI | public | void |
runLevel | public | void |