Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4111345
FileWithoutDeprecatedCode.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
435 B
Referenced Files
None
Subscribers
None
FileWithoutDeprecatedCode.php
View Options
<?php
namespace
MediaWiki\Tests\Data\FindDeprecated
;
/**
* Class without any deprecated code
*/
class
FileWithoutDeprecatedCode
{
/**
* This method is not deprecated :D
*
* @param string $param
* @return string
*/
public
function
testMethodOne
(
string
$param
)
{
return
trim
(
$param
);
}
public
function
testMethodTwo
()
{
// Call a wf* method that is not wfDeprecated.
wfDebug
(
"test"
);
return
"test"
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Aug 18, 22:18 (1 d, 18 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d4/68/0cefa4df12bf91a6d1c420632035
Default Alt Text
FileWithoutDeprecatedCode.php (435 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment