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

コード例 #1
0
ファイル: MapField.php プロジェクト: dumplie/dumplie
 /**
  * @return Type
  */
 public function type() : Type
 {
     return Type::map();
 }
All Usage Examples Of Dumplie\Metadata\Schema\Type::map