TwistPHP Documentation

createTest

File path: dist/twist/Core/Utilities/Validate.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

createTestGet a validator object, form here you can define all your validator checks and then test your data against the checks

Return Values

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

Example

<?php
//Call the function createTest with the example vars
Twist::Validate() -> createTest();