public function __construct($procedureName)
{
$this->setProcedureName($procedureName);
$this->registrations = [];
$this->allowMultipleRegistrations = false;
$this->invokeType = Registration::SINGLE_REGISTRATION;
$this->discloseCaller = false;
$this->callQueue = new SplQueue();
}