PHP 클래스 Owl\Repositories\Fluent\TagFtsRepository

상속: extends AbstractFluent, implements Owl\Repositories\TagFtsRepositoryInterface
파일 보기 프로젝트 열기: owl/owl

보호된 프로퍼티들

프로퍼티 타입 설명
$table

공개 메소드들

메소드 설명
firstOrCreateByIdAndWords ( integer $tag_id, string $words ) : stdClass get a tagFts data or Create a tagFts data by ID and Words.
getById ( $tag_id ) : void get a tagFts by tag_id.
getTableName ( ) : string Get a table name.
match ( $str, integer $limit = 10, integer $offset ) : array get tags data by string for FullTextSearch.

메소드 상세

firstOrCreateByIdAndWords() 공개 메소드

get a tagFts data or Create a tagFts data by ID and Words.
public firstOrCreateByIdAndWords ( integer $tag_id, string $words ) : stdClass
$tag_id integer
$words string
리턴 stdClass

getById() 공개 메소드

get a tagFts by tag_id.
public getById ( $tag_id ) : void
리턴 void

getTableName() 공개 메소드

Get a table name.
public getTableName ( ) : string
리턴 string

match() 공개 메소드

get tags data by string for FullTextSearch.
public match ( $str, integer $limit = 10, integer $offset ) : array
$limit integer
$offset integer
리턴 array

프로퍼티 상세

$table 보호되어 있는 프로퍼티

protected $table