PHP 클래스 Wallmander\ElasticsearchIndexer\Model\Query

저자: Mikael Mattsson ([email protected])
상속: extends Client, use trait Wallmander\ElasticsearchIndexer\Model\Query\BuilderTrait
파일 보기 프로젝트 열기: wallmanderco/elasticsearch-indexer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$disabled boolean
$found_posts integer
$posts array
$updatePostMetaCache boolean
$updatePostTermCache boolean
$wp_query WP_Quer\WP_Query | null

공개 메소드들

메소드 설명
__construct ( )
applyWpQuery ( WP_Query $wpQuery )
formatArgs ( WP_Query $wpQuery )
fromWpQuery ( WP_Query $wpQuery ) : Query
getPosts ( ) : array | boolean

메소드 상세

__construct() 공개 메소드

public __construct ( )

applyWpQuery() 공개 메소드

public applyWpQuery ( WP_Query $wpQuery )
$wpQuery WP_Query

formatArgs() 공개 메소드

public formatArgs ( WP_Query $wpQuery )
$wpQuery WP_Query

fromWpQuery() 공개 정적인 메소드

public static fromWpQuery ( WP_Query $wpQuery ) : Query
$wpQuery WP_Query
리턴 Query

getPosts() 공개 메소드

public getPosts ( ) : array | boolean
리턴 array | boolean

프로퍼티 상세

$disabled 공개적으로 프로퍼티

public bool $disabled
리턴 boolean

$found_posts 공개적으로 프로퍼티

public int $found_posts
리턴 integer

$posts 공개적으로 프로퍼티

public array $posts
리턴 array

$updatePostMetaCache 공개적으로 프로퍼티

public bool $updatePostMetaCache
리턴 boolean

$updatePostTermCache 공개적으로 프로퍼티

public bool $updatePostTermCache
리턴 boolean

$wp_query 공개적으로 프로퍼티

public WP_Query,WP_Quer|null $wp_query
리턴 WP_Quer\WP_Query | null