Baum\SetBuilder::qualify PHP Method

qualify() protected method

Get the fully qualified value for the specified column.
protected qualify ( $column ) : string
return string
    protected function qualify($column)
    {
        return $this->node->getTable() . '.' . $column;
    }