RedBeanPHP\AssociationManager::getTable PHP Method

getTable() public method

Manages the get the correct name for the linking table for the types provided.
public getTable ( array $types ) : string
$types array 2 types as strings
return string
    public function getTable($types)
    {
        return $this->writer->getAssocTable($types);
    }