Show:

Users_Exception_AlreadyVerified Class

An exception is raised if user is already verified

Constructor

Users_Exception_AlreadyVerified

(
  • $key
)

Parameters:

  • $key String

Methods

$exception

(
  • $exception
)
Q_Exception

Construct a Q_Exception object from an Exception.

Parameters:

  • $exception Object

Returns:

__get

(
  • $param
)
Mixed

Parameters:

  • $param String

Returns:

Mixed:

__set

(
  • $param
  • $value
)

Parameters:

  • $param String
  • $value Mixed

getTraceAsStringEx

() String

Returns trace as string, can be overridden. Use this in your exception reporting. This is the default implementation.

Returns:

String:

getTraceEx

() Array

Returns the trace array, can be overridden. Use this in your exception reporting. This is the default implementation.

Returns:

Array:

inputFields

() Array

Returns the array of names of input fields the exception applies to.

Returns:

Array:

params

() Array

Returns the array of parameters the exception was created with.

Returns:

Array:

pushNotification

(
  • $notification
  • [$options]
)

You can use this method to send push notifications. It is far better, however, to use the Qbix Platform's offline notification mechanisms using Node.js instead of PHP. That way, you can be sure of re-using the same persistent connection.

Parameters:

  • $notification Array

    See Users_Device->pushNotification parameters

  • [$options] Array optional

    See Users_Device->pushNotification parameters

pushNotification

(
  • $notification
  • [$options]
)

You can use this method to send push notifications. It is far better, however, to use the Qbix Platform's offline notification mechanisms using Node.js instead of PHP. That way, you can be sure of re-using the same persistent connection.

Parameters:

  • $notification Array

    See Users_Device->pushNotification parameters

  • [$options] Array optional

    See Users_Device->pushNotification parameters

pushNotification

(
  • $notification
  • [$options]
)

You can use this method to send push notifications. It is far better, however, to use the Qbix Platform's offline notification mechanisms using Node.js instead of PHP. That way, you can be sure of re-using the same persistent connection.

Parameters:

  • $notification Array

    See Users_Device->pushNotification parameters

  • [$options] Array optional

    See Users_Device->pushNotification parameters

pushNotification

(
  • $notification
  • [$options]
)

You can use this method to send push notifications. It is far better, however, to use the Qbix Platform's offline notification mechanisms using Node.js instead of PHP. That way, you can be sure of re-using the same persistent connection.

Parameters:

  • $notification Array

    See Users_Device->pushNotification parameters

  • [$options] Array optional

    See Users_Device->pushNotification parameters

pushNotification

(
  • $notification
  • [$options]
)

You can use this method to send push notifications. It is far better, however, to use the Qbix Platform's offline notification mechanisms using Node.js instead of PHP. That way, you can be sure of re-using the same persistent connection.

Parameters:

  • $notification Array

    See Users_Device->pushNotification parameters

  • [$options] Array optional

    See Users_Device->pushNotification parameters

rethrowDestClasses

() Array

Returns an array of classes to rethrow to, if any.

Returns:

Array:

sendPushNotifications

() static

Sends all scheduled push notifications

sendPushNotifications

() static

Sends all scheduled push notifications

sendPushNotifications

() static

Sends all scheduled push notifications

sendPushNotifications

() static

Sends all scheduled push notifications

sendPushNotifications

() static

Sends all scheduled push notifications

Properties

$baseClasses

Array protected

$code

String protected

$codes

Array protected

$inputFields

Array protected

$messages

Array protected

$params

Array protected

$rethrowDestClasses

Array protected

$trace

Array protected

$traceAsString

String protected