File path: dist/twist/Core/Models/Validate/Validator.model.php
Namespace: Twist\Core\Models\Validate
keyToText
—
Name | Description |
---|---|
$strKey | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strKey = 'foo';
//Call the function keyToText with the example vars
$resValidator = new \Twist\Core\Models\Validate\Validator();
$resValidator -> keyToText($strKey);