Dumplie\Metadata\Schema\Type::decimal PHP Méthode

decimal() public static méthode

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

Usage Example

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