PHP Интерфейс Inpsyde\MultilingualPress\Database\TableList

С версии: 3.0.0
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
all_tables ( ) : string[] Returns an array with the names of all tables.
network_tables ( ) : string[] Returns an array with the names of all network tables.
site_tables ( integer $site_id ) : string[] Returns an array with the names of all tables for the site with the given ID.

Описание методов

all_tables() публичный метод

Returns an array with the names of all tables.
С версии: 3.0.0
public all_tables ( ) : string[]
Результат string[] The names of all tables.

network_tables() публичный метод

Returns an array with the names of all network tables.
С версии: 3.0.0
public network_tables ( ) : string[]
Результат string[] The names of all network tables.

site_tables() публичный метод

Returns an array with the names of all tables for the site with the given ID.
С версии: 3.0.0
public site_tables ( integer $site_id ) : string[]
$site_id integer Site ID.
Результат string[] The names of all tables for the site with the given ID.