Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F12661878
ArcanistHardpointRequestList.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
373 B
Referenced Files
None
Subscribers
None
ArcanistHardpointRequestList.php
View Options
<?php
final
class
ArcanistHardpointRequestList
extends
Phobject
{
private
$requests
;
public
static
function
newFromRequests
(
array
$requests
)
{
assert_instances_of
(
$requests
,
'ArcanistHardpointRequest'
);
$object
=
new
self
();
$object
->
requests
=
$requests
;
return
$object
;
}
public
function
getRequests
()
{
return
$this
->
requests
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Nov 28, 15:48 (11 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1057535
Default Alt Text
ArcanistHardpointRequestList.php (373 B)
Attached To
Mode
R118 Arcanist - fork
Attached
Detach File
Event Timeline
Log In to Comment