core/model/modx/processors/element/chunk/duplicate.class.php

Show: inherited
Table of Contents

Duplicates a chunk.

Package
modx  
$id
integer

The chunk to duplicate

$name
string

The name of the new chunk.

Subpackage
processors.element.chunk  

\modChunkDuplicateProcessor

Package: modx\processors\element\chunk

Duplicates a chunk.

{@inheritdoc}

Parent(s)
\modElementDuplicateProcessor < \modObjectDuplicateProcessor < \modObjectProcessor < \modProcessor
$id
integer

The chunk to duplicate

$name
string

The name of the new chunk.

Properties

Propertypublicboolean  $checkSavePermission= 'true'
inherited

Whether or not to check the save permission on modAccessibleObjectsInherited from: \modObjectDuplicateProcessor::$$checkSavePermission\modElementDuplicateProcessor::$$checkSavePermission
Default valuetrueDetails
Type
boolean
Inherited_from
\modObjectDuplicateProcessor::$$checkSavePermission  
Inherited_from
\modElementDuplicateProcessor::$$checkSavePermission  
Propertypublicstring  $classKey= ''modChunk''

The class key of the Object to iterate
Default value'modChunk'Details
Type
string
Propertypublicarray  $languageTopics= 'array('chunk')'

An array of language topics to load
Default valuearray('chunk')Details
Type
array
Propertypublic\modX  $modx= 'null'
Default valuenullDetails
Type
\modX
Inherited_from
\modProcessor::$$modx  
Inherited_from
\modObjectProcessor::$$modx  
Inherited_from
\modObjectDuplicateProcessor::$$modx  
Inherited_from
\modElementDuplicateProcessor::$$modx  
Propertypublic  $nameField= ''name''
Default value'name'Details
Type
n/a
Inherited_from
\modObjectDuplicateProcessor::$$nameField  
Inherited_from
\modElementDuplicateProcessor::$$nameField  
Propertypublic\xPDOObject  $newObject= ''
Propertypublic\xPDOObject|\modAccessibleObject  $object= ''
Propertypublicstring  $objectType= ''chunk''

The object "type", this will be used in various lexicon error strings
Default value'chunk'Details
Type
string
Propertypublicstring  $path= ''''
Default value''Details
Type
string
Inherited_from
\modProcessor::$$path  
Inherited_from
\modObjectProcessor::$$path  
Inherited_from
\modObjectDuplicateProcessor::$$path  
Inherited_from
\modElementDuplicateProcessor::$$path  
Propertypublicstring  $permission= ''new_chunk''

The Permission to use when checking against
Default value'new_chunk'Details
Type
string
Propertypublicstring  $primaryKeyField= ''id''
Default value'id'Details
Type
string
Inherited_from
\modObjectProcessor::$$primaryKeyField  
Inherited_from
\modObjectDuplicateProcessor::$$primaryKeyField  
Inherited_from
\modElementDuplicateProcessor::$$primaryKeyField  
Propertypublicarray  $properties= 'array()'
Default valuearray()Details
Type
array
Inherited_from
\modProcessor::$$properties  
Inherited_from
\modObjectProcessor::$$properties  
Inherited_from
\modObjectDuplicateProcessor::$$properties  
Inherited_from
\modElementDuplicateProcessor::$$properties  

Methods

methodpublic__construct( \modX $modx, array $properties = array() ) : void
Parameters
Name Type Description
$modx \modX

A reference to the modX instance

$properties array

An array of properties

methodprotected_decodeLiterals( string $string ) : string
Parameters
Name Type Description
$string string

The JSON-encoded string with encoded literals.

Returns
Type Description
string The JSON-encoded string with literals restored.
Details
Access
protected  
methodprotected_encodeLiterals( mixed $value, integer | string $key ) : void
Parameters
Name Type Description
$value mixed

&$value A reference to the value to be encoded if it is identified as a literal.

$key integer | string

The array key corresponding to the value.

Details
Access
protected  
methodpublicaddFieldError( string $key, string $message = '' ) : mixed
Parameters
Name Type Description
$key string
$message string
Returns
Type Description
mixed
methodpublicafterSave( ) : boolean
inherited

Run any logic after the object has been duplicated

Inherited from: \modElementDuplicateProcessor::afterSave()
Returns
Type Description
boolean
methodpublicalreadyExists( string $name ) : boolean
inherited

Check to see if an object already exists with that name

Inherited from: \modObjectDuplicateProcessor::alreadyExists()\modElementDuplicateProcessor::alreadyExists()
Parameters
Name Type Description
$name string
Returns
Type Description
boolean
methodpublicbeforeSave( ) : boolean
inherited

Run any logic before the object has been duplicated. May return false to prevent duplication.

Inherited from: \modObjectDuplicateProcessor::beforeSave()\modElementDuplicateProcessor::beforeSave()
Returns
Type Description
boolean
methodpublicbeforeSet( ) : boolean
inherited

Override in your derivative class to do functionality before the fields are set on the object

Inherited from: \modObjectDuplicateProcessor::beforeSet()\modElementDuplicateProcessor::beforeSet()
Returns
Type Description
boolean
methodpubliccheckPermissions( ) : boolean
Returns
Type Description
boolean
methodpubliccleanup( ) : array
inherited

Cleanup and return a response.

Inherited from: \modElementDuplicateProcessor::cleanup()
Returns
Type Description
array
methodpublicfailure( string $msg = '', mixed $object = null ) : array | string
Parameters
Name Type Description
$msg string
$object mixed
Returns
Type Description
array | string
methodpublicgetInstance( \modX $modx, string $className, array $properties = array() ) : \The
staticinherited

Return the proper instance of the derived class. This can be used to override how MODX loads a processor class; for example, when handling derivative classes with class_key settings.

Inherited from: \modProcessor::getInstance()\modObjectProcessor::getInstance()\modObjectDuplicateProcessor::getInstance()\modElementDuplicateProcessor::getInstance()
Parameters
Name Type Description
$modx \modX

A reference to the modX object.

$className string

The name of the class that is being requested.

$properties array

An array of properties being run with the processor

Returns
Type Description
\The class specified by $className
Details
Static
 
methodpublicgetLanguageTopics( ) : array

Override this in your derivative class to provide the array of topics to load.

Returns
Type Description
array
methodpublicgetNewName( ) : string
inherited

Get the new name for the duplicate

Inherited from: \modObjectDuplicateProcessor::getNewName()\modElementDuplicateProcessor::getNewName()
Returns
Type Description
string
methodpublicgetProperties( ) : array
Returns
Type Description
array
methodpublicgetProperty( string $k, mixed $default = null ) : mixed
Parameters
Name Type Description
$k string
$default mixed
Returns
Type Description
mixed
methodpublichasErrors( ) : boolean
Returns
Type Description
boolean
methodpublicinitialize( ) : boolean
inherited

Can be used to provide custom methods prior to processing. Return true to tell MODX that the Processor initialized successfully. If you return anything else, MODX will output that return value as an error message.

Inherited from: \modObjectDuplicateProcessor::initialize()\modElementDuplicateProcessor::initialize()
Returns
Type Description
boolean
methodpubliclogManagerAction( ) : void
methodpublicoutputArray( array $array, mixed $count = false ) : string

The JSON result includes two main elements, total and results. This format is used for list results.

Parameters
Name Type Description
$array array

An array of data objects.

$count mixed

The total number of objects. Used for pagination.

Returns
Type Description
string The JSON output.
Details
Access
public  
methodpublicprocess( ) : mixed
inherited

Run the processor and return the result. Override this in your derivative class to provide custom functionality.

Inherited from: \modObjectDuplicateProcessor::process()\modElementDuplicateProcessor::process()

Used here for pre-2.2-style processors.

Returns
Type Description
mixed
methodpublicprocessEventResponse( array | string $response, string $separator = "\n" ) : string
Parameters
Name Type Description
$response array | string

The response generated by the invokeEvent call

$separator string

The separator for each event response

Returns
Type Description
string The processed response.
methodpublicrun( ) : \modProcessorResponse
inherited

Run the processor, returning a modProcessorResponse object.

Inherited from: \modProcessor::run()\modObjectProcessor::run()\modObjectDuplicateProcessor::run()\modElementDuplicateProcessor::run()
Returns
Type Description
\modProcessorResponse
methodpublicsetCheckbox( string $k, boolean $force = false ) : int | null
inherited

Special helper method for handling checkboxes. Only set value if passed or $force is true, and check for a not empty value or string 'false'.

Inherited from: \modProcessor::setCheckbox()\modObjectProcessor::setCheckbox()\modObjectDuplicateProcessor::setCheckbox()\modElementDuplicateProcessor::setCheckbox()
Parameters
Name Type Description
$k string
$force boolean
Returns
Type Description
int | null
methodpublicsetDefaultProperties( array $properties = array() ) : array
Parameters
Name Type Description
$properties array
Returns
Type Description
array The newly merged properties array
methodpublicsetNewName( string $name ) : string
inherited

Set the new name to the new object

Inherited from: \modObjectDuplicateProcessor::setNewName()\modElementDuplicateProcessor::setNewName()
Parameters
Name Type Description
$name string
Returns
Type Description
string
methodpublicsetPath( string $path ) : void
Parameters
Name Type Description
$path string

The absolute path

methodpublicsetProperties( array $properties ) : void
Parameters
Name Type Description
$properties array

The properties, in array and key-value form, to run on this processor

methodpublicsetProperty( string $k, mixed $v ) : void
Parameters
Name Type Description
$k string
$v mixed
methodpublicsuccess( string $msg = '', mixed $object = null ) : array | string
Parameters
Name Type Description
$msg string
$object mixed
Returns
Type Description
array | string
methodpublictoJSON( mixed $data ) : string
inherited

Converts PHP to JSON with JavaScript literals left in-tact.

Inherited from: \modProcessor::toJSON()\modObjectProcessor::toJSON()\modObjectDuplicateProcessor::toJSON()\modElementDuplicateProcessor::toJSON()

JSON does not allow JavaScript literals, but this function encodes certain identifiable literals and decodes them back into literals after modX::toJSON() formats the data.

Parameters
Name Type Description
$data mixed

The PHP data to be converted.

Returns
Type Description
string The extended JSON-encoded string.
Details
Access
public  
methodpublicunsetProperty( string $key ) : void
Parameters
Name Type Description
$key string
Documentation was generated by DocBlox 0.18.1.