phpbb\install\helper\iohandler\iohandler_base::add_warning_message PHP Method

add_warning_message() public method

public add_warning_message ( $warning_title, $warning_description = false )
    public function add_warning_message($warning_title, $warning_description = false)
    {
        $this->warnings[] = $this->translate_message($warning_title, $warning_description);
    }