ZNF_Action_ActionMapping __construct(
array
$actionConfig, array
$globalForwardsConfig
)
|
|
Constructs a new ZNF_Action_ActionMapping object.
Parameters:
|
array |
$actionConfig: |
|
|
array |
$globalForwardsConfig: |
|
API Tags:
Destroys the ZNF_Action_ActionMapping object.
API Tags:
void addForwardsConfig(
array
$value
)
|
|
Adds the forwards configuration.
Parameters:
API Tags:
void addGlobalForwardsConfig(
array
$value
)
|
|
Adds the global forwards configuration.
Parameters:
API Tags:
Returns the ZNF_Action_ActionForward object defining how forwarding to the specified logical name should be handled.
This is performed by checking the application configuration for the specified forwarding configuration. If no forwarding configuration can be found returns null.
Parameters:
|
string |
$name: |
The result of the ZNF_Action_Action->execute() method |
API Tags:
Returns the value of the forward property.
API Tags:
Returns the value of the include property.
API Tags:
Returns the value of the input property.
API Tags:
Returns the value of the name property.
API Tags:
Returns the value of the nextPath property.
API Tags:
Returns the value of the parameter property.
API Tags:
string getParameterValue(
)
|
|
Returns the value of the parameterValue property.
API Tags:
Returns the value of the path property.
API Tags:
Returns the value of the roles property.
API Tags:
Returns the value of the scope property.
API Tags:
Returns the value of the type property.
API Tags:
Returns the value of the validate property.
API Tags:
void setForward(
string
$value
)
|
|
Sets the value of the forward property.
Parameters:
API Tags:
void setInclude(
string
$value
)
|
|
Sets the value of the include property.
Parameters:
API Tags:
void setInput(
string
$value
)
|
|
Sets the value of the input property.
Parameters:
API Tags:
void setName(
string
$value
)
|
|
Sets the value of the name property.
Parameters:
API Tags:
void setNextPath(
string
$value
)
|
|
Sets the value of the nextPath property.
Parameters:
API Tags:
void setParameter(
string
$value
)
|
|
Sets the value of the parameter property.
Parameters:
API Tags:
void setParameterValue(
string
$value
)
|
|
Sets the value of the parameterValue property.
Parameters:
API Tags:
void setPath(
string
$value
)
|
|
Sets the value of the path property.
Parameters:
API Tags:
void setRoles(
string
$value
)
|
|
Sets the value of the roles property.
Parameters:
API Tags:
void setScope(
string
$value
)
|
|
Sets the value of the scope property.
Parameters:
API Tags:
void setType(
string
$value
)
|
|
Sets the value of the type property.
Parameters:
API Tags:
void setValidate(
string
$value
)
|
|
Sets the value of the validate property.
Parameters:
API Tags: