Dumplie\Metadata\Schema\Type::map PHP Method

map() public static method

public static map ( ) : Type
return Type
    public static function map() : Type
    {
        return new static(static::TYPE_MAP);
    }

Usage Example

Exemplo n.º 1
0
 /**
  * @return Type
  */
 public function type() : Type
 {
     return Type::map();
 }
All Usage Examples Of Dumplie\Metadata\Schema\Type::map