PHP 클래스 phpbb\cron\task\text_reparser\reparser

상속: extends phpbb\cron\task\base
파일 보기 프로젝트 열기: phpbb/phpbb

보호된 프로퍼티들

프로퍼티 타입 설명
$config phpbb\config\config
$config_text phpbb\config\db_text
$reparse_lock phpbb\lock\db
$reparser_manager phpbb\textreparser\manager
$reparser_name string
$reparsers phpbb\di\service_collection
$resume_data array

공개 메소드들

메소드 설명
__construct ( phpbb\config\config $config, phpbb\config\db_text $config_text, phpbb\lock\db $reparse_lock, manager $reparser_manager, phpbb\di\service_collection $reparsers ) Constructor
is_runnable ( )
run ( )
set_reparser ( string $reparser ) Sets the reparser for this cron task
should_run ( )

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( phpbb\config\config $config, phpbb\config\db_text $config_text, phpbb\lock\db $reparse_lock, manager $reparser_manager, phpbb\di\service_collection $reparsers )
$config phpbb\config\config
$config_text phpbb\config\db_text
$reparse_lock phpbb\lock\db
$reparser_manager phpbb\textreparser\manager
$reparsers phpbb\di\service_collection

is_runnable() 공개 메소드

public is_runnable ( )

run() 공개 메소드

public run ( )

set_reparser() 공개 메소드

Sets the reparser for this cron task
public set_reparser ( string $reparser )
$reparser string

should_run() 공개 메소드

public should_run ( )

프로퍼티 상세

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

protected config,phpbb\config $config
리턴 phpbb\config\config

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

protected db_text,phpbb\config $config_text
리턴 phpbb\config\db_text

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

protected db,phpbb\lock $reparse_lock
리턴 phpbb\lock\db

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

protected manager,phpbb\textreparser $reparser_manager
리턴 phpbb\textreparser\manager

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

protected string $reparser_name
리턴 string

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

protected service_collection,phpbb\di $reparsers
리턴 phpbb\di\service_collection

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

protected array $resume_data
리턴 array