Page MenuHomestyx hydra

SortExpression.php
No OneTemporary

SortExpression.php

<?php
namespace RESTful;
class SortExpression
{
public $name,
$ascending;
public function __construct($field, $ascending = true)
{
$this->field = $field;
$this->ascending = $ascending;
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Feb 4, 3:16 AM (13 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
660709
Default Alt Text
SortExpression.php (232 B)

Event Timeline