You are here

function message_handler_argument_realm::construct in Message 6

File

includes/message_handler_argument_realm.inc, line 9
Argument handler to accept a realm.

Class

message_handler_argument_realm
@file Argument handler to accept a realm.

Code

function construct() {
  parent::construct('realm');
}