Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3942450
OutputDisplay.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
283 B
Referenced Files
None
Subscribers
None
OutputDisplay.php
View Options
<?php
namespace
Nasqueron\SAAS\MediaWiki\Utilities
;
class
OutputDisplay
extends
Display
{
public
function
out
(
string
$message
)
:
void
{
echo
$message
,
"
\n
"
;
}
public
function
error
(
string
$message
)
:
void
{
fwrite
(
STDERR
,
$message
.
"
\n
"
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Dec 26, 16:26 (8 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2315196
Default Alt Text
OutputDisplay.php (283 B)
Attached To
Mode
rSAASMW SaaS MediaWiki
Attached
Detach File
Event Timeline
Log In to Comment