OrderBy::__construct PHP Method

__construct() public method

public __construct ( $field = null, $sortOrder = null )
        public function __construct($field = null, $sortOrder = null)
        {
            $this->field = $field;
            $this->sortOrder = $sortOrder;
        }