[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/administrator/components/com_privacy/src/Controller/ -> RequestController.php (summary)

(no description)

Copyright: (C) 2018 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
File Size: 403 lines (12 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

RequestController:: (7 methods):
  complete()
  emailexport()
  export()
  invalidate()
  remove()
  postSaveHook()
  canTransition()


Class: RequestController  - X-Ref

Request management controller class.

complete($key = null, $urlVar = null)   X-Ref
Method to complete a request.

param: string  $key     The name of the primary key of the URL variable.
param: string  $urlVar  The name of the URL variable if different from the primary key (sometimes required to avoid router collisions).
return: boolean

emailexport()   X-Ref
Method to email the data export for a request.

return: boolean

export()   X-Ref
Method to export the data for a request.

return: $this

invalidate($key = null, $urlVar = null)   X-Ref
Method to invalidate a request.

param: string  $key     The name of the primary key of the URL variable.
param: string  $urlVar  The name of the URL variable if different from the primary key (sometimes required to avoid router collisions).
return: boolean

remove()   X-Ref
Method to remove the user data for a privacy remove request.

return: boolean

postSaveHook(BaseDatabaseModel $model, $validData = [])   X-Ref
Function that allows child controller access to model data after the data has been saved.

param: BaseDatabaseModel  $model      The data model object.
param: array              $validData  The validated data.
return: void

canTransition($item, $newStatus)   X-Ref
Method to determine if an item can transition to the specified status.

param: object  $item       The item being updated.
param: string  $newStatus  The new status of the item.
return: boolean



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer