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
コード例 #1
0
ファイル: TypeTest.php プロジェクト: doctrine/couchdb-odm
 public function testGetTypesMap()
 {
     $this->assertArrayHasKey('mixed', Type::getTypesMap());
 }