integer() public static method

public static integer ( ) : Type
return Type
Exemplo n.º 1
0
 /**
  * @return Type
  */
 public function type() : Type
 {
     return Type::integer();
 }
Exemplo n.º 2
0
 /**
  * @param Type $type
  *
  * @return bool
  */
 public function maps(Type $type) : bool
 {
     return Type::integer()->isEqual($type);
 }