File path: dist/twist/Twist.php
Namespace: \
Type: Class
Twist
— Main functionality for the Framework, this main class is that gateway to makes it all possible to use the framework in a simple yet powerful way.
<?php
//Set the variables for the example
$strVersionPart = null;
//Call the function version with the example vars
Twist::Twist() -> version($strVersionPart);
Method | Access | Returns |
---|---|---|
__construct | construct | void |
define | static | void |
version | static | void |
launch | static | void |
showInstallWizard | static | void |
phpSettings | static | void |
errorHandlers | static | void |
errorMessage | static | void |
warningMessage | static | void |
noticeMessage | static | void |
successMessage | static | void |
redirect | static | void |
respond | static | void |
dump | static | void |
recordEvent | static | void |
getEvents | static | void |
messageProcess | static | void |
messageHandler | static | void |
framework | static | void |
package | static | void |
Archive | static | void |
Asset | static | void |
Cookie | static | void |
CSV | static | void |
Cache | static | void |
Command | static | void |
Curl | static | void |
Database | static | void |
DateTime | static | void |
Device | static | void |
static | void | |
File | static | void |
FTP | static | void |
ICS | static | void |
Image | static | void |
Localisation | static | void |
Route | static | void |
ServeRoutes | static | void |
Session | static | void |
Timer | static | void |
User | static | void |
Validate | static | void |
View | static | void |
XML | static | void |