Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F24895123
ConduitRequest.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
369 B
Referenced Files
None
Subscribers
None
ConduitRequest.php
View Options
<?php
require
'ArcConduitQuery.php'
;
class
ConduitRequest
{
private
$method
;
public
function
__construct
(
$method
)
{
$this
->
method
=
$method
;
}
public
function
getMethod
()
{
return
$this
->
method
;
}
public
function
query
()
{
return
(
new
ArcConduitQuery
(
$this
))->
run
();
}
public
function
getJSONRepresentation
()
{
return
json_encode
(
$this
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Mar 18, 13:41 (11 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3540051
Default Alt Text
ConduitRequest.php (369 B)
Attached To
Mode
rZR Zemke-Rhyne
Attached
Detach File
Event Timeline
Log In to Comment