include/Expressions/Actions/SetValueAction.php

Show: inherited
Table of Contents

\SetValueAction

Package:

Base action class

Parent(s)
\AbstractAction

Properties

Propertyprotected  $expression= '""'
Default value""Details
Type
n/a
Propertyprotected  $params= 'array()'
inheritedInherited from: \AbstractAction::$$params
Default valuearray()Details
Type
n/a
Inherited_from
\AbstractAction::$$params  
Propertyprotected  $targetField= 'array()'
inheritedInherited from: \AbstractAction::$$targetField
Default valuearray()Details
Type
n/a
Inherited_from
\AbstractAction::$$targetField  

Methods

methodpublicAbstractAction( Array $params ) : \AbstractAction
inherited

Actions are expressions which modify data or layouts.

Inherited from: \AbstractAction::AbstractAction()
Parameters
Name Type Description
$params Array

A set of parameters to use in this action.

Returns
Type Description
\AbstractAction
methodpublicSetValueAction(  $params ) : void

Parameters
Name Type Description
$params
methodpublicfire( \SugarBean $target ) : void

Applies the Action to the target.

Parameters
Name Type Description
$target \SugarBean
methodpublicgetActionName( ) : void
static

methodpublicgetDefinition( ) : void

Returns the definition of this action in array format.

methodpublicgetJavascriptClass( ) : string
static

Returns the javascript class equavalent to this php class

Returns
Type Description
string javascript.
methodpublicgetJavascriptFire( ) : string

Returns the javascript code to generate this actions equivalent.

Returns
Type Description
string javascript.
Documentation was generated by DocBlox 0.18.1.