PHP 클래스 Pressbooks\Modules\SearchAndReplace\Search

파일 보기 프로젝트 열기: pressbooks/pressbooks 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$error
$replace
$save
$search
$search_params
$source

공개 메소드들

메소드 설명
get_searches ( )
matches ( $pattern, $content, $id )
name ( )
replace ( $results )
replace_inline ( $id, $offset, $length, $replace )
search_and_replace ( $search, $replace, $limit, $offset, $orderby, $save = false )
search_for_pattern ( $search, $limit, $offset, $orderby )
valid_search ( $class )

메소드 상세

get_searches() 정적인 공개 메소드

static public get_searches ( )

matches() 공개 메소드

public matches ( $pattern, $content, $id )

name() 공개 메소드

public name ( )

replace() 공개 메소드

public replace ( $results )

replace_inline() 공개 메소드

public replace_inline ( $id, $offset, $length, $replace )

search_and_replace() 공개 메소드

public search_and_replace ( $search, $replace, $limit, $offset, $orderby, $save = false )

search_for_pattern() 공개 메소드

public search_for_pattern ( $search, $limit, $offset, $orderby )

프로퍼티 상세

$error 공개적으로 프로퍼티

public $error

$replace 공개적으로 프로퍼티

public $replace

$save 공개적으로 프로퍼티

public $save

$search_params 공개적으로 프로퍼티

public $search_params

$source 공개적으로 프로퍼티

public $source