Controller\Admin\Setting::getCustomMailContentList PHP 메소드

getCustomMailContentList() 공개 메소드

    public function getCustomMailContentList()
    {
        $opts = Option::getLike('custom_mail_');
        Template::putContext('custom_mail_list', $opts);
    }