Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F8322109
Output.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
469 B
Referenced Files
None
Subscribers
None
Output.php
View Options
<?php
namespace
Keruald\Reporting\Output
;
use
Keruald\Reporting\Report
;
abstract
class
Output
{
///
/// Properties
///
protected
Report
$report
;
///
/// Abstract methods to implement
///
public
abstract
function
render
()
:
string
;
///
/// Constructors
///
public
static
function
for
(
Report
$report
)
:
Output
{
$output
=
new
static
();
$output
->
report
=
$report
;
return
$output
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 13, 17:00 (12 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2566429
Default Alt Text
Output.php (469 B)
Attached To
Mode
rKERUALD Keruald libraries development repository
Attached
Detach File
Event Timeline
Log In to Comment