Contentserv PHP API

CSMassActionContext
in package

The base class for the mass action context

Tags
since

CS24.0.0

Table of Contents

__construct()  : mixed
Instantiates the context for the mass action
getRecord()  : Record
Fetches the record instance for the mass action context
toArray()  : array<string|int, mixed>
Provides array representation of mass action context

Methods

__construct()

Instantiates the context for the mass action

public __construct(Record $oRecord) : mixed
Parameters
$oRecord : Record
Tags
Return values
mixed

getRecord()

Fetches the record instance for the mass action context

public getRecord() : Record
Tags
Return values
Record

toArray()

Provides array representation of mass action context

public toArray() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>

        

Search results