getTypesMap() public static method

Get the types array map which holds all registered types and the corresponding type class
public static getTypesMap ( ) : array
return array $typesMap
Example #1
0
 public function testGetTypesMap()
 {
     $this->assertArrayHasKey('mixed', Type::getTypesMap());
 }