Frontend\Core\Engine\SeoFormNode::msg PHP 메소드

msg() 개인적인 메소드

private msg ( $message ) : string
$message string
리턴 string
    private function msg($message)
    {
        return BackendLanguage::getMessage($message);
    }