PHP Class acp_search

Show file Open project: phpbb/phpbb

Public Properties

Property Type Description
$batch_size
$max_post_id
$search
$state
$u_action

Public Methods

Method Description
close_popup_js ( )
display_progress_bar ( $type )
get_max_post_id ( )
get_search_types ( )
index ( $id, $mode )
init_search ( $type, &$search, &$error ) : false Initialises a search backend object
main ( $id, $mode )
save_state ( $state = false )
settings ( $id, $mode )

Method Details

close_popup_js() public method

public close_popup_js ( )

display_progress_bar() public method

public display_progress_bar ( $type )

get_max_post_id() public method

public get_max_post_id ( )

get_search_types() public method

public get_search_types ( )

index() public method

public index ( $id, $mode )

main() public method

public main ( $id, $mode )

save_state() public method

public save_state ( $state = false )

settings() public method

public settings ( $id, $mode )

Property Details

$batch_size public property

public $batch_size

$max_post_id public property

public $max_post_id

$state public property

public $state

$u_action public property

public $u_action