Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1429918
IsInteger.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
494 B
Referenced Files
None
Subscribers
None
IsInteger.php
View Options
<?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
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 18:11 (8 h, 56 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
15/b0/e8f6ac8d6236ca2e032408891b7f
Default Alt Text
IsInteger.php (494 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment