PHP Интерфейс WordPress\ORM\ModelInterface

Автор: Brandon Wamboldt ([email protected])
Показать файл Открыть проект

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

Метод Описание
get_searchable_fields ( ) : array Get an array of fields to search during a search query.
get_table ( ) : string Overwrite this in your concrete class. Returns the table name used to store models of this class.

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

get_searchable_fields() публичный статический Метод

Get an array of fields to search during a search query.
public static get_searchable_fields ( ) : array
Результат array

get_table() публичный статический Метод

Overwrite this in your concrete class. Returns the table name used to store models of this class.
public static get_table ( ) : string
Результат string