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';
    }