PHP 클래스 acp_board

파일 보기 프로젝트 열기: phpbb/phpbb

공개 프로퍼티들

프로퍼티 타입 설명
$new_config
$u_action

공개 메소드들

메소드 설명
board_disable ( $value, $key ) Board disable option and message
bump_interval ( $value, $key ) Select bump interval
dateformat_select ( $value, $key ) Select default dateformat
enable_mod_rewrite ( integer $value, string $key ) : string Option to enable/disable removal of 'app.php' from URLs
full_folder_select ( $value, $key = '' ) Select full folder action
guest_style_get ( ) Get guest style
guest_style_set ( integer $style_id ) Set guest style
mail_auth_select ( $selected_method, $key = '' ) Select mail authentication method
main ( $id, $mode )
password_length ( $value, $key ) Maximum/Minimum password length
quick_reply ( $value, $key ) Global quick reply enable/disable setting and button to enable in all forums
select_acc_activation ( $selected_value, $value ) Select account activation method
select_auth_method ( $selected_method, $key = '' ) Select auth method
select_exclude_forums ( $value, $key )
select_ip_check ( $value, $key = '' ) Select ip validation
select_news_forums ( $value, $key ) Select multiple forums
select_password_chars ( $selected_value, $key ) Required chars in passwords
select_ref_check ( $value, $key = '' ) Select referer validation
select_username_chars ( $selected_value, $key ) Allowed chars in usernames
send_test_email ( $value, $key )
store_feed_forums ( $option, $key )
timezone_select ( $value, $key ) Select guest timezone
username_length ( $value, $key = '' ) Maximum/Minimum username length

메소드 상세

board_disable() 공개 메소드

Board disable option and message
public board_disable ( $value, $key )

bump_interval() 공개 메소드

Select bump interval
public bump_interval ( $value, $key )

dateformat_select() 공개 메소드

Select default dateformat
public dateformat_select ( $value, $key )

enable_mod_rewrite() 공개 메소드

Note that if mod_rewrite is on, URLs without app.php will still work, but any paths generated by the controller helper url() method will not contain app.php.
public enable_mod_rewrite ( integer $value, string $key ) : string
$value integer The current config value
$key string The config key
리턴 string The HTML for the form field

full_folder_select() 공개 메소드

Select full folder action
public full_folder_select ( $value, $key = '' )

guest_style_get() 공개 메소드

Get guest style
public guest_style_get ( )

guest_style_set() 공개 메소드

Set guest style
public guest_style_set ( integer $style_id )
$style_id integer The style ID

mail_auth_select() 공개 메소드

Select mail authentication method
public mail_auth_select ( $selected_method, $key = '' )

main() 공개 메소드

public main ( $id, $mode )

password_length() 공개 메소드

Maximum/Minimum password length
public password_length ( $value, $key )

quick_reply() 공개 메소드

Global quick reply enable/disable setting and button to enable in all forums
public quick_reply ( $value, $key )

select_acc_activation() 공개 메소드

Select account activation method
public select_acc_activation ( $selected_value, $value )

select_auth_method() 공개 메소드

Select auth method
public select_auth_method ( $selected_method, $key = '' )

select_exclude_forums() 공개 메소드

public select_exclude_forums ( $value, $key )

select_ip_check() 공개 메소드

Select ip validation
public select_ip_check ( $value, $key = '' )

select_news_forums() 공개 메소드

Select multiple forums
public select_news_forums ( $value, $key )

select_password_chars() 공개 메소드

Required chars in passwords
public select_password_chars ( $selected_value, $key )

select_ref_check() 공개 메소드

Select referer validation
public select_ref_check ( $value, $key = '' )

select_username_chars() 공개 메소드

Allowed chars in usernames
public select_username_chars ( $selected_value, $key )

send_test_email() 공개 메소드

public send_test_email ( $value, $key )

store_feed_forums() 공개 메소드

public store_feed_forums ( $option, $key )

timezone_select() 공개 메소드

Select guest timezone
public timezone_select ( $value, $key )

username_length() 공개 메소드

Maximum/Minimum username length
public username_length ( $value, $key = '' )

프로퍼티 상세

$new_config 공개적으로 프로퍼티

public $new_config

$u_action 공개적으로 프로퍼티

public $u_action