TwistPHP Documentation

_getReplacements

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

_getReplacementsGet an array of all the replacements registered for this controller.

Return Values

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

Example

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