Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1431167
IsBoolean.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
493 B
Referenced Files
None
Subscribers
None
IsBoolean.php
View Options
<?php
namespace
Hamcrest\Type
;
/*
Copyright (c) 2010 hamcrest.org
*/
use
Hamcrest\Core\IsTypeOf
;
/**
* Tests whether the value is a boolean.
*/
class
IsBoolean
extends
IsTypeOf
{
/**
* Creates a new instance of IsBoolean
*/
public
function
__construct
()
{
parent
::
__construct
(
'boolean'
);
}
/**
* Is the value a boolean?
*
* @factory boolValue
*/
public
static
function
booleanValue
()
{
return
new
self
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 20:09 (2 h, 51 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0a/c9/4be879932be8a56b25d97a59699f
Default Alt Text
IsBoolean.php (493 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment