Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F13143507
OutputDisplay.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
273 B
Referenced Files
None
Subscribers
None
OutputDisplay.php
View Options
<?php
namespace
Keruald\Commands\Display
;
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
Fri, Nov 21, 16:35 (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3156435
Default Alt Text
OutputDisplay.php (273 B)
Attached To
Mode
rKERUALD Keruald libraries development repository
Attached
Detach File
Event Timeline
Log In to Comment