Owl\Services\MailNotifyService::getFlagColomunName PHP Method

getFlagColomunName() protected method

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