Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1430321
Description.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
Description.php
View Options
<?php
namespace
Hamcrest
;
/*
Copyright (c) 2009 hamcrest.org
*/
/**
* A description of a Matcher. A Matcher will describe itself to a description
* which can later be used for reporting.
*
* @see Hamcrest\Matcher::describeTo()
*/
interface
Description
{
/**
* Appends some plain text to the description.
*
* @param string $text
*
* @return \Hamcrest\Description
*/
public
function
appendText
(
$text
);
/**
* Appends the description of a {@link Hamcrest\SelfDescribing} value to
* this description.
*
* @param \Hamcrest\SelfDescribing $value
*
* @return \Hamcrest\Description
*/
public
function
appendDescriptionOf
(
SelfDescribing
$value
);
/**
* Appends an arbitrary value to the description.
*
* @param mixed $value
*
* @return \Hamcrest\Description
*/
public
function
appendValue
(
$value
);
/**
* Appends a list of values to the description.
*
* @param string $start
* @param string $separator
* @param string $end
* @param array|\IteratorAggregate|\Iterator $values
*
* @return \Hamcrest\Description
*/
public
function
appendValueList
(
$start
,
$separator
,
$end
,
$values
);
/**
* Appends a list of {@link Hamcrest\SelfDescribing} objects to the
* description.
*
* @param string $start
* @param string $separator
* @param string $end
* @param array|\\IteratorAggregate|\\Iterator $values
* must be instances of {@link Hamcrest\SelfDescribing}
*
* @return \Hamcrest\Description
*/
public
function
appendList
(
$start
,
$separator
,
$end
,
$values
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 18:38 (6 h, 12 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e0/ad/3b4749f29f09295d5d269aae06ed
Default Alt Text
Description.php (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment