Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98263985
SortExpression.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jan 11, 14:17
Size
232 B
Mime Type
text/x-php
Expires
Mon, Jan 13, 14:17 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23547826
Attached To
rPH Phabricator
SortExpression.php
View Options
<?php
namespace
RESTful
;
class
SortExpression
{
public
$name
,
$ascending
;
public
function
__construct
(
$field
,
$ascending
=
true
)
{
$this
->
field
=
$field
;
$this
->
ascending
=
$ascending
;
}
}
Event Timeline
Log In to Comment