Contentserv PHP API

CSObjectChooserService

This file defines the service for the object chooser.

Tags
since

CS18.0

access

public

Table of Contents

executeObjectChooser()  : array<string|int, mixed>
This method is responsible for delivering data to the frameworks object chooser.
executeResolveObjects()  : array<string|int, mixed>
Retrieves the IDs of a collection of Record selections.

Methods

executeObjectChooser()

This method is responsible for delivering data to the frameworks object chooser.

public executeObjectChooser() : array<string|int, mixed>
Tags
access

public

Return values
array<string|int, mixed>

The requested data.

executeResolveObjects()

Retrieves the IDs of a collection of Record selections.

public executeResolveObjects(string $sSelection) : array<string|int, mixed>
Parameters
$sSelection : string

Comma separated RECORDCLASS:ID values

Tags
throws
CSException
Return values
array<string|int, mixed>

The IDs of the given Record selections


        

Search results