File path: dist/twist/Core/Utilities/Base.utility.php
Namespace: Twist\Core\Utilities
Type: Utility
Base
— All core utilities should extend the utility base controller, this controller gives some default functionality that is required.
<?php
//Call the function __version with the example vars
Twist::Base() -> __version();
Method | Access | Returns |
---|---|---|
__calledClass | protected | void |
__info | protected | void |
__version | protected | void |
__uri | protected | void |
__path | protected | void |