phprs\ezsql\rules\select\OrderByRule::__construct PHP Method

__construct() public method

public __construct ( $context )
    public function __construct($context)
    {
        parent::__construct($context);
        $this->order = new OrderByImpl();
    }