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

decimal() public static method

public static decimal ( ) : Type
return Type
    public static function decimal() : Type
    {
        return new static(static::TYPE_DECIMAL);
    }

Usage Example

Beispiel #1
0
 /**
  * @return Type
  */
 public function type() : Type
 {
     return Type::decimal();
 }
All Usage Examples Of Dumplie\Metadata\Schema\Type::decimal