initial commit
[m6w6/ascertain] / src / Testable.php
1 <?php
2
3 namespace ascertain;
4
5 /**
6 * Implement this interface to use the \ascertain\Validator trait
7 */
8 interface Testable {
9 /**
10 * @returns array of properties
11 */
12 function export();
13 }