Doctrine\ODM\CouchDB\Types\Type::getTypesMap PHP Method

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
    public static function getTypesMap()
    {
        return self::$_typesMap;
    }

Usage Example

Beispiel #1
0
 public function testGetTypesMap()
 {
     $this->assertArrayHasKey('mixed', Type::getTypesMap());
 }