XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
SortArgument.class.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (C) NAVER <http://www.navercorp.com> */
3 
10 class SortArgument extends Argument
11 {
12 
13  function getValue()
14  {
15  return $this->getUnescapedValue();
16  }
17 
18 }
19 /* End of file SortArgument.class.php */
20 /* Location: ./classes/xml/xmlquery/argument/SortArgument.class.php */