Inpsyde\MultilingualPress\Database\Table\SiteRelationsTable::name PHP Method

name() public method

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