Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12742383
AcmeApplication.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
614 B
Referenced Files
None
Subscribers
None
AcmeApplication.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
Keruald\OmniTools\Tests\Reflection
;
use
Keruald\OmniTools\Collections\HashMap
;
use
Keruald\OmniTools\DateTime\DateStamp
;
use
Keruald\OmniTools\HTTP\Requests\Request
;
class
AcmeApplication
{
public
function
__construct
(
private
Request
$request
,
private
HashMap
$session
,
private
DateStamp
$dateStamp
,
private
int
$counter
,
private
array
$inventory
,
private
float
$temperature
,
private
bool
$isSecure
,
)
{
}
public
function
getDateStamp
()
:
DateStamp
{
return
$this
->
dateStamp
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Nov 16, 13:45 (13 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3115550
Default Alt Text
AcmeApplication.php (614 B)
Attached To
Mode
rKERUALD Keruald libraries development repository
Attached
Detach File
Event Timeline
Log In to Comment