contenido\classes\class.action.php
Project:
Contenido Content Management System
Description: Class for action information and management
Requirements:
- Author
- Timo A. Hummel
- Con_php_req
- 5.0
- Copyright
- four for business AG
- License
- http://www.contenido.org/license/LIZENZ.txt
- Link
- http://www.4fb.de
- Link
- http://www.contenido.org
- Package
- Contenido Backend classes
- Since
- file available since contenido release <= 4.6 {@internal created 2003 modified 2008-06-30, Frederic Schneider, add security fix modified 2009-10-15, Dominik Ziegler, getAvailableActions() now also returns the areaname modified 2010-07-03, Ortwin Pinke, CON-318, only return actions marked as relevant in getAvailableActions() also fixed doc-comment for getActionName() $Id: class.action.php 1178 2010-07-03 17:54:36Z oldperl $; }}
- Version
- 1.0.2
\Action
Package: Default

Methods


getActionName( $action) : string
getActionName()
Parameters
Returns
Name | Type | Description |
---|---|---|
$action |
Type | Description |
---|---|
string | name of given action |


getAreaForAction( $action) : int
getAreaForAction() Returns the area for the given action
Parameters
Returns
Name | Type | Description |
---|---|---|
$action |
Type | Description |
---|---|
int | Integer with the area ID for the given action |