phpbb\log\log::set_log_table PHP Méthode

set_log_table() public méthode

Set table name
public set_log_table ( string $log_table ) : null
$log_table string Can overwrite the table to use for the logs
Résultat null
    public function set_log_table($log_table)
    {
        $this->log_table = $log_table;
    }