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

integer() public static method

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

Usage Example

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