Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
| PHPType | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
0 | |
100.00% |
0 / 0 |
| <?php | |
| declare(strict_types = 1); | |
| namespace Siesta\Model; | |
| class PHPType | |
| { | |
| const BOOL = "bool"; | |
| const INT = "int"; | |
| const FLOAT = "float"; | |
| const STRING = "string"; | |
| const ARRAY = "array"; | |
| const SIESTA_DATE_TIME = "SiestaDateTime"; | |
| const SIESTA_DATE_TIME_NS = ""; | |
| } |