Phactory\Sql\Association\ManyToMany::_guessToColumn PHP Method

_guessToColumn() protected method

protected _guessToColumn ( )
    protected function _guessToColumn()
    {
        if (null == $this->_to_column) {
            $guess = $this->_to_table->getPrimaryKey();
            $this->setToColumn($guess);
        }
    }