RedBeanPHP\AssociationManager::getTable PHP 메소드

getTable() 공개 메소드

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
리턴 string
    public function getTable($types)
    {
        return $this->writer->getAssocTable($types);
    }