Page MenuHomeWickedGov Phorge

IsInteger.php
No OneTemporary

Size
494 B
Referenced Files
None
Subscribers
None

IsInteger.php

<?php
namespace Hamcrest\Type;
/*
Copyright (c) 2010 hamcrest.org
*/
use Hamcrest\Core\IsTypeOf;
/**
* Tests whether the value is an integer.
*/
class IsInteger extends IsTypeOf
{
/**
* Creates a new instance of IsInteger
*/
public function __construct()
{
parent::__construct('integer');
}
/**
* Is the value an integer?
*
* @factory intValue
*/
public static function integerValue()
{
return new self;
}
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 18:11 (8 h, 34 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
15/b0/e8f6ac8d6236ca2e032408891b7f
Default Alt Text
IsInteger.php (494 B)

Event Timeline