PHP Класс acp_board

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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