__construct |
( |
|
$requestHandler | ) |
|
getMarkedItemParams |
( |
|
$requestData | ) |
|
Gets the request parameters of the items that where marked by the user in the ItemsTableForm of pages like ObjectIndexPage, ObjectPropertyPage and ObjectSearchpage
- Parameters
-
Array | $requestData | with data like $_REQUEST |
- Returns
- Array of String with data like $_REQUEST
getMarkedObjects |
( |
|
$requestData | ) |
|
Gets the objects corresponding to the items Calls useClass method on $requestHandler, and getDomainDir if $this->domainDir is not initialized
- Parameters
-
Array | $requestData | with data like $_REQUEST |
- Returns
- Array of PntObject
- Exceptions
-
getMarkedOids |
( |
|
$requestData | ) |
|
Gets the oids of the objects corresponding to the items that where marked by the user in the ItemsTableForm of pages like ObjectIndexPage, ObjectPropertyPage and ObjectSearchpage
- Parameters
-
Array | $requestData | with data like $_REQUEST |
- Returns
- Array of String the oids
The pattern used to recognize marked item parameter keys
The documentation for this class was generated from the following file: