QQNode::GetDataGridOrderByNode PHP Method

GetDataGridOrderByNode() public method

    public function GetDataGridOrderByNode()
    {
        if ($this instanceof QQReverseReferenceNode) {
            return $this->_PrimaryKeyNode;
        } else {
            return $this;
        }
    }