Owl\Services\MailNotifyService::getFlagColomunName PHP 메소드

getFlagColomunName() 보호된 메소드

Get target column name by specified string
protected getFlagColomunName ( string $type ) : string
$type string
리턴 string
    protected function getFlagColomunName($type)
    {
        return $type . '_notification_flag';
    }