rhymix/classes/xml/xmlquery/argument/SortArgument.class.php

11 lines
160 B
PHP

<?php
class SortArgument extends Argument {
function getValue(){
return $this->getUnescapedValue();
}
}
?>