File path: dist/twist/Core/Controllers/Base.controller.php
Namespace: Twist\Core\Controllers
_getAliases
— Get an array of all the aliases registered for this controller.
void — No return information has been documented for this function.
<?php
//Call the function _getAliases with the example vars
$resBase = new \Twist\Core\Controllers\Base();
$resBase -> _getAliases();