File path: dist/twist/Core/Models/Tools.model.php
Namespace: Twist\Core\Models
varDump
— Var dump some data and return the output as a string of text (and not to the screen). Accepts all the same parameters as the regular PHP vardump function.
void — No return information has been documented for this function.
<?php
//Call the function varDump with the example vars
$resTools = new \Twist\Core\Models\Tools();
$resTools -> varDump();