PHP 인터페이스 WordPress\ORM\ModelInterface

저자: Brandon Wamboldt ([email protected])
파일 보기 프로젝트 열기: brandonwamboldt/wp-orm

공개 메소드들

메소드 설명
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