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

integer() public static méthode

public static integer ( ) : Type
Résultat Type
    public static function integer() : Type
    {
        return new static(static::TYPE_INTEGER);
    }

Usage Example

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