getEventURLSecure

Generate Secure URL for a Event of Gate

Parameters
string $eventName

Name of Event class index extends Sphp\tools\BasicGate{ public function page_event_test($evtp){

#
string $evtp = ""

Event Parameter pass to URL

#
string $gate_param = ""

Gate like index

#
string $extra = ""

Extra query string in URL $extra = 'test=1&mpid=13'

#
string $newbasePath = ""

new domain url $newbasePath = 'https://domain.com/test

#
boolean $blnSesID = false

Add session id default false, url expired with session (Gate can allow expired url)

#
string $ext = ''

change url file extension as Gate default empty and use html or set in comp file.

#
boolean $noncache = false

default false, if true, cache can not save this url in browser or in proxy

#
Returns
string