Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1431799
IsResource.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
489 B
Referenced Files
None
Subscribers
None
IsResource.php
View Options
<?php
namespace
Hamcrest\Type
;
/*
Copyright (c) 2010 hamcrest.org
*/
use
Hamcrest\Core\IsTypeOf
;
/**
* Tests whether the value is a resource.
*/
class
IsResource
extends
IsTypeOf
{
/**
* Creates a new instance of IsResource
*/
public
function
__construct
()
{
parent
::
__construct
(
'resource'
);
}
/**
* Is the value a resource?
*
* @factory
*/
public
static
function
resourceValue
()
{
return
new
self
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 21:05 (1 d, 19 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
f6/f7/9c783efa36fb589c06c142933649
Default Alt Text
IsResource.php (489 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment