Inpsyde\MultilingualPress\Database\Table\SiteRelationsTable::name PHP Méthode

name() public méthode

Returns the table name.
Since: 3.0.0
public name ( ) : string
Résultat string The table name.
    public function name()
    {
        return "{$this->prefix}mlp_site_relations";
    }