Habari\QueryRecord::get_raw_field PHP Метод

get_raw_field() публичный Метод

A field accessor that doesn't filter, for use in plugins that filter field values
public get_raw_field ( string $name ) : mixed
$name string Name of the field to get
Результат mixed Value of the field, unfiltered
    public function get_raw_field($name)
    {
        return self::__get($name);
    }