Hide
CRM_Utils_Request::retrieve('id', 'Int', $this, FALSE, 0); returns integer 0 if the URL does not contain a parameter 'id'.
CRM_Utils_Request::retrieve('id', 'Int', $this, FALSE, 47); returns 47 if the URL does not contain a parameter 'id'. (No change.)
Show
CRM_Utils_Request::retrieve('id', 'Int', $this, FALSE, 0); returns integer 0 if the URL does not contain a parameter 'id'.
CRM_Utils_Request::retrieve('id', 'Int', $this, FALSE, 47); returns 47 if the URL does not contain a parameter 'id'. (No change.)