Documentation

Origin
in package

Protobuf type <code>users.users.Origin</code>

Table of Contents

Constants

ORIGIN_CRM_CLIENT  = 7
Origen CRM. El usuario proviene de los clientes de CRM.
ORIGIN_CRM_COMMERCIAL  = 6
Origen CRM. El usuario proviene de los comerciales de CRM.
ORIGIN_FACEBOOK  = 5
Origen Facebook. El usuario ha entrado a la web usando Facebook.
ORIGIN_GOOGLE  = 4
Origen Google. El usuario ha entrado a la web usando Google.
ORIGIN_SUBSCRIBER  = 8
El suscriptor de pago al periódico registrado en el programa de escritorio externo.. Generated from protobuf enum <code>ORIGIN_SUBSCRIBER = 8;</code>
ORIGIN_UNKNOWN  = 0
Origen desconocido.
ORIGIN_WEB  = 1
Origen web. El usuario creado pertenece a la web de La Voz de Almería.

Properties

$valueToName  : mixed

Methods

name()  : mixed
value()  : mixed

Constants

ORIGIN_CRM_CLIENT

Origen CRM. El usuario proviene de los clientes de CRM.

public mixed ORIGIN_CRM_CLIENT = 7

Generated from protobuf enum ORIGIN_CRM_CLIENT = 7;

ORIGIN_CRM_COMMERCIAL

Origen CRM. El usuario proviene de los comerciales de CRM.

public mixed ORIGIN_CRM_COMMERCIAL = 6

Generated from protobuf enum ORIGIN_CRM_COMMERCIAL = 6;

ORIGIN_FACEBOOK

Origen Facebook. El usuario ha entrado a la web usando Facebook.

public mixed ORIGIN_FACEBOOK = 5

Generated from protobuf enum ORIGIN_FACEBOOK = 5;

ORIGIN_GOOGLE

Origen Google. El usuario ha entrado a la web usando Google.

public mixed ORIGIN_GOOGLE = 4

Generated from protobuf enum ORIGIN_GOOGLE = 4;

ORIGIN_SUBSCRIBER

El suscriptor de pago al periódico registrado en el programa de escritorio externo.. Generated from protobuf enum <code>ORIGIN_SUBSCRIBER = 8;</code>

public mixed ORIGIN_SUBSCRIBER = 8

ORIGIN_UNKNOWN

Origen desconocido.

public mixed ORIGIN_UNKNOWN = 0

Generated from protobuf enum ORIGIN_UNKNOWN = 0;

ORIGIN_WEB

Origen web. El usuario creado pertenece a la web de La Voz de Almería.

public mixed ORIGIN_WEB = 1

Generated from protobuf enum ORIGIN_WEB = 1;

Properties

$valueToName

private static mixed $valueToName = [self::ORIGIN_UNKNOWN => 'ORIGIN_UNKNOWN', self::ORIGIN_WEB => 'ORIGIN_WEB', self::ORIGIN_GOOGLE => 'ORIGIN_GOOGLE', self::ORIGIN_FACEBOOK => 'ORIGIN_FACEBOOK', self::ORIGIN_CRM_COMMERCIAL => 'ORIGIN_CRM_COMMERCIAL', self::ORIGIN_CRM_CLIENT => 'ORIGIN_CRM_CLIENT', self::ORIGIN_SUBSCRIBER => 'ORIGIN_SUBSCRIBER']

Methods

name()

public static name(mixed $value) : mixed
Parameters
$value : mixed

value()

public static value(mixed $name) : mixed
Parameters
$name : mixed

        
On this page

Search results