core/model/modx/processors/security/forms/profile/updatefromgrid.class.php
Update a FC Profile from grid
- Package
- modx
- Subpackage
- processors.security.forms.profile
\modFormCustomizationProfileUpdateFromGridProcessor
Update a FC Profile from grid
{@inheritdoc}
- Parent(s)
- \modFormCustomizationProfileUpdateProcessor < \modObjectUpdateProcessor < \modObjectProcessor < \modProcessor
Properties
string
$afterSaveEvent= ''''
''
Details- Type
- string
- Inherited_from
- \modObjectUpdateProcessor::$$afterSaveEvent
- Inherited_from
- \modFormCustomizationProfileUpdateProcessor::$$afterSaveEvent
string
$beforeSaveEvent= ''''
''
Details- Type
- string
- Inherited_from
- \modObjectUpdateProcessor::$$beforeSaveEvent
- Inherited_from
- \modFormCustomizationProfileUpdateProcessor::$$beforeSaveEvent
$checkSavePermission= 'true'
true
Details- Type
- n/a
- Inherited_from
- \modObjectUpdateProcessor::$$checkSavePermission
- Inherited_from
- \modFormCustomizationProfileUpdateProcessor::$$checkSavePermission
string
$classKey= ''modFormCustomizationProfile''
'modFormCustomizationProfile'
Details- Type
- string
- Inherited_from
- \modFormCustomizationProfileUpdateProcessor::$$classKey
$elementType= ''profile''
'profile'
Details- Type
- n/a
- Inherited_from
- \modFormCustomizationProfileUpdateProcessor::$$elementType
array
$languageTopics= 'array('formcustomization')'
array('formcustomization')
Details- Type
- array
- Inherited_from
- \modFormCustomizationProfileUpdateProcessor::$$languageTopics
\modX
$modx= 'null'
A reference to the modX object.
Inherited from: \modProcessor::$$modx\modObjectProcessor::$$modx\modObjectUpdateProcessor::$$modx\modFormCustomizationProfileUpdateProcessor::$$modxnull
Details- Type
- \modX
- Inherited_from
- \modProcessor::$$modx
- Inherited_from
- \modObjectProcessor::$$modx
- Inherited_from
- \modObjectUpdateProcessor::$$modx
- Inherited_from
- \modFormCustomizationProfileUpdateProcessor::$$modx
\xPDOObject|\modAccessibleObject
$object= ''
- Type
- \xPDOObject | \modAccessibleObject
- Inherited_from
- \modObjectProcessor::$$object
- Inherited_from
- \modObjectUpdateProcessor::$$object
- Inherited_from
- \modFormCustomizationProfileUpdateProcessor::$$object
string
$objectType= ''object''
'object'
Details- Type
- string
- Inherited_from
- \modObjectProcessor::$$objectType
- Inherited_from
- \modObjectUpdateProcessor::$$objectType
- Inherited_from
- \modFormCustomizationProfileUpdateProcessor::$$objectType
string
$path= ''''
The absolute path to this processor
Inherited from: \modProcessor::$$path\modObjectProcessor::$$path\modObjectUpdateProcessor::$$path\modFormCustomizationProfileUpdateProcessor::$$path''
Details- Type
- string
- Inherited_from
- \modProcessor::$$path
- Inherited_from
- \modObjectProcessor::$$path
- Inherited_from
- \modObjectUpdateProcessor::$$path
- Inherited_from
- \modFormCustomizationProfileUpdateProcessor::$$path
string
$permission= ''customize_forms''
'customize_forms'
Details- Type
- string
- Inherited_from
- \modFormCustomizationProfileUpdateProcessor::$$permission
string
$primaryKeyField= ''id''
'id'
Details- Type
- string
- Inherited_from
- \modObjectProcessor::$$primaryKeyField
- Inherited_from
- \modObjectUpdateProcessor::$$primaryKeyField
- Inherited_from
- \modFormCustomizationProfileUpdateProcessor::$$primaryKeyField
array
$properties= 'array()'
The array of properties being passed to this processor
Inherited from: \modProcessor::$$properties\modObjectProcessor::$$properties\modObjectUpdateProcessor::$$properties\modFormCustomizationProfileUpdateProcessor::$$propertiesarray()
Details- Type
- array
- Inherited_from
- \modProcessor::$$properties
- Inherited_from
- \modObjectProcessor::$$properties
- Inherited_from
- \modObjectUpdateProcessor::$$properties
- Inherited_from
- \modFormCustomizationProfileUpdateProcessor::$$properties
Methods
__construct(
\modX $modx, array $properties
=
array()
)
:
void
Creates a modProcessor object.
Inherited from: \modProcessor::__construct()\modObjectProcessor::__construct()\modObjectUpdateProcessor::__construct()\modFormCustomizationProfileUpdateProcessor::__construct()Name | Type | Description |
---|---|---|
$modx | \modX | A reference to the modX instance |
$properties | array | An array of properties |
_decodeLiterals(
string $string
)
:
string
Decodes strings encoded by _encodeLiterals to restore JavaScript literals.
Inherited from: \modProcessor::_decodeLiterals()\modObjectProcessor::_decodeLiterals()\modObjectUpdateProcessor::_decodeLiterals()\modFormCustomizationProfileUpdateProcessor::_decodeLiterals()Name | Type | Description |
---|---|---|
$string | string | The JSON-encoded string with encoded literals. |
Type | Description |
---|---|
string | The JSON-encoded string with literals restored. |
- Access
- protected
_encodeLiterals(
mixed $value, integer | string $key
)
:
void
Encodes certain JavaScript literal strings for later decoding.
Inherited from: \modProcessor::_encodeLiterals()\modObjectProcessor::_encodeLiterals()\modObjectUpdateProcessor::_encodeLiterals()\modFormCustomizationProfileUpdateProcessor::_encodeLiterals()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. |
- Access
- protected
addFieldError(
string $key, string $message
=
''
)
:
mixed
Add an error to the field
Inherited from: \modProcessor::addFieldError()\modObjectProcessor::addFieldError()\modObjectUpdateProcessor::addFieldError()\modFormCustomizationProfileUpdateProcessor::addFieldError()Name | Type | Description |
---|---|---|
$key | string | |
$message | string |
Type | Description |
---|---|
mixed |
afterSave(
)
:
boolean
Override in your derivative class to do functionality after save() is run
Inherited from: \modFormCustomizationProfileUpdateProcessor::afterSave()Type | Description |
---|---|
boolean |
beforeSave(
)
:
boolean
Override in your derivative class to do functionality before save() is run
Inherited from: \modFormCustomizationProfileUpdateProcessor::beforeSave()Type | Description |
---|---|
boolean |
beforeSet(
)
:
boolean
Override in your derivative class to do functionality before the fields are set on the object
Inherited from: \modObjectUpdateProcessor::beforeSet()\modFormCustomizationProfileUpdateProcessor::beforeSet()Type | Description |
---|---|
boolean |
checkPermissions(
)
:
boolean
Return true here to allow access to this processor.
Inherited from: \modObjectProcessor::checkPermissions()\modObjectUpdateProcessor::checkPermissions()\modFormCustomizationProfileUpdateProcessor::checkPermissions()Type | Description |
---|---|
boolean |
cleanup(
)
:
array
Return the success message
Inherited from: \modObjectUpdateProcessor::cleanup()\modFormCustomizationProfileUpdateProcessor::cleanup()Type | Description |
---|---|
array |
failure(
string $msg
=
'', mixed $object
=
null
)
:
array | string
Return a failure message from the processor.
Inherited from: \modProcessor::failure()\modObjectProcessor::failure()\modObjectUpdateProcessor::failure()\modFormCustomizationProfileUpdateProcessor::failure()Name | Type | Description |
---|---|---|
$msg | string | |
$object | mixed |
Type | Description |
---|---|
array | string |
fireAfterSaveEvent(
)
:
void
Fire the after save event
Inherited from: \modObjectUpdateProcessor::fireAfterSaveEvent()\modFormCustomizationProfileUpdateProcessor::fireAfterSaveEvent()fireBeforeSaveEvent(
)
:
boolean
Fire before save event. Return true to prevent saving.
Inherited from: \modObjectUpdateProcessor::fireBeforeSaveEvent()\modFormCustomizationProfileUpdateProcessor::fireBeforeSaveEvent()Type | Description |
---|---|
boolean |
getInstance(
\modX $modx, string $className, array $properties
=
array()
)
:
\The
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()\modObjectUpdateProcessor::getInstance()\modFormCustomizationProfileUpdateProcessor::getInstance()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 |
Type | Description |
---|---|
\The | class specified by $className |
- Static
getLanguageTopics(
)
:
array
Load a collection of Language Topics for this processor.
Inherited from: \modObjectProcessor::getLanguageTopics()\modObjectUpdateProcessor::getLanguageTopics()\modFormCustomizationProfileUpdateProcessor::getLanguageTopics()Override this in your derivative class to provide the array of topics to load.
Type | Description |
---|---|
array |
getProperties(
)
:
array
Get an array of properties for this processor
Inherited from: \modProcessor::getProperties()\modObjectProcessor::getProperties()\modObjectUpdateProcessor::getProperties()\modFormCustomizationProfileUpdateProcessor::getProperties()Type | Description |
---|---|
array |
getProperty(
string $k, mixed $default
=
null
)
:
mixed
Get a specific property.
Inherited from: \modProcessor::getProperty()\modObjectProcessor::getProperty()\modObjectUpdateProcessor::getProperty()\modFormCustomizationProfileUpdateProcessor::getProperty()Name | Type | Description |
---|---|---|
$k | string | |
$default | mixed |
Type | Description |
---|---|
mixed |
hasErrors(
)
:
boolean
Return whether or not the processor has errors
Inherited from: \modProcessor::hasErrors()\modObjectProcessor::hasErrors()\modObjectUpdateProcessor::hasErrors()\modFormCustomizationProfileUpdateProcessor::hasErrors()Type | Description |
---|---|
boolean |
initialize(
)
:
boolean
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.
Type | Description |
---|---|
boolean |
logManagerAction(
)
:
void
Log the removal manager action
Inherited from: \modObjectUpdateProcessor::logManagerAction()\modFormCustomizationProfileUpdateProcessor::logManagerAction()outputArray(
array $array, mixed $count
=
false
)
:
string
Return arrays of objects (with count) converted to JSON.
Inherited from: \modProcessor::outputArray()\modObjectProcessor::outputArray()\modObjectUpdateProcessor::outputArray()\modFormCustomizationProfileUpdateProcessor::outputArray()The JSON result includes two main elements, total and results. This format is used for list results.
Name | Type | Description |
---|---|---|
$array | array | An array of data objects. |
$count | mixed | The total number of objects. Used for pagination. |
Type | Description |
---|---|
string | The JSON output. |
- Access
- public
process(
)
:
mixed
Run the processor and return the result. Override this in your derivative class to provide custom functionality.
Inherited from: \modObjectUpdateProcessor::process()\modFormCustomizationProfileUpdateProcessor::process()Used here for pre-2.2-style processors.
Type | Description |
---|---|
mixed |
processEventResponse(
array | string $response, string $separator
=
"\n"
)
:
string
Processes a response from a Plugin Event invocation
Inherited from: \modProcessor::processEventResponse()\modObjectProcessor::processEventResponse()\modObjectUpdateProcessor::processEventResponse()\modFormCustomizationProfileUpdateProcessor::processEventResponse()Name | Type | Description |
---|---|---|
$response | array | string | The response generated by the invokeEvent call |
$separator | string | The separator for each event response |
Type | Description |
---|---|
string | The processed response. |
run(
)
:
\modProcessorResponse
Run the processor, returning a modProcessorResponse object.
Inherited from: \modProcessor::run()\modObjectProcessor::run()\modObjectUpdateProcessor::run()\modFormCustomizationProfileUpdateProcessor::run()Type | Description |
---|---|
\modProcessorResponse |
saveObject(
)
:
boolean
Abstract the saving of the object out to allow for transient and non-persistent object updating in derivative classes
Inherited from: \modObjectUpdateProcessor::saveObject()\modFormCustomizationProfileUpdateProcessor::saveObject()Type | Description |
---|---|
boolean |
setCheckbox(
string $k, boolean $force
=
false
)
:
int | null
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()\modObjectUpdateProcessor::setCheckbox()\modFormCustomizationProfileUpdateProcessor::setCheckbox()Name | Type | Description |
---|---|---|
$k | string | |
$force | boolean |
Type | Description |
---|---|
int | null |
setDefaultProperties(
array $properties
=
array()
)
:
array
Sets default properties that only are set if they don't already exist in the request
Inherited from: \modProcessor::setDefaultProperties()\modObjectProcessor::setDefaultProperties()\modObjectUpdateProcessor::setDefaultProperties()\modFormCustomizationProfileUpdateProcessor::setDefaultProperties()Name | Type | Description |
---|---|---|
$properties | array |
Type | Description |
---|---|
array | The newly merged properties array |
setPath(
string $path
)
:
void
Set the path of the processor
Inherited from: \modProcessor::setPath()\modObjectProcessor::setPath()\modObjectUpdateProcessor::setPath()\modFormCustomizationProfileUpdateProcessor::setPath()Name | Type | Description |
---|---|---|
$path | string | The absolute path |
setProperties(
array $properties
)
:
void
Set the runtime properties for the processor
Inherited from: \modProcessor::setProperties()\modObjectProcessor::setProperties()\modObjectUpdateProcessor::setProperties()\modFormCustomizationProfileUpdateProcessor::setProperties()Name | Type | Description |
---|---|---|
$properties | array | The properties, in array and key-value form, to run on this processor |
setProperty(
string $k, mixed $v
)
:
void
Set a property value
Inherited from: \modProcessor::setProperty()\modObjectProcessor::setProperty()\modObjectUpdateProcessor::setProperty()\modFormCustomizationProfileUpdateProcessor::setProperty()Name | Type | Description |
---|---|---|
$k | string | |
$v | mixed |
setUserGroups(
)
:
void
success(
string $msg
=
'', mixed $object
=
null
)
:
array | string
Return a success message from the processor.
Inherited from: \modProcessor::success()\modObjectProcessor::success()\modObjectUpdateProcessor::success()\modFormCustomizationProfileUpdateProcessor::success()Name | Type | Description |
---|---|---|
$msg | string | |
$object | mixed |
Type | Description |
---|---|
array | string |
toJSON(
mixed $data
)
:
string
Converts PHP to JSON with JavaScript literals left in-tact.
Inherited from: \modProcessor::toJSON()\modObjectProcessor::toJSON()\modObjectUpdateProcessor::toJSON()\modFormCustomizationProfileUpdateProcessor::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.
Name | Type | Description |
---|---|---|
$data | mixed | The PHP data to be converted. |
Type | Description |
---|---|
string | The extended JSON-encoded string. |
- Access
- public
unsetProperty(
string $key
)
:
void
Completely unset a property from the properties array
Inherited from: \modProcessor::unsetProperty()\modObjectProcessor::unsetProperty()\modObjectUpdateProcessor::unsetProperty()\modFormCustomizationProfileUpdateProcessor::unsetProperty()Name | Type | Description |
---|---|---|
$key | string |