TwistPHP Documentation

_baseCalls

File path: dist/twist/Core/Controllers/Base.controller.php
Namespace: Twist\Core\Controllers
Extends:

_baseCallsThis function is called by _extended, replace this function putting calls such as alias and replaces
and is only needed if creating a new expendable Base Controller such as baseUser and baseAJAX.

Return Values

void — No return information has been documented for this function.

Example

<?php
//Call the function _baseCalls with the example vars
$resBase = new \Twist\Core\Controllers\Base();
$resBase -> _baseCalls();