getTypesMap() public static méthode

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