

Definition at line 6 of file oxactions.php.
Public Member Functions | |
| __construct () | |
| addArticle ($sOxId) | |
| removeArticle ($sOxId) | |
| delete ($sOxId=null) | |
Protected Attributes | |
| $_sClassName = "oxactions" | |
| oxActions.__construct | ( | ) | 
Class constructor. Executes oxActions.init(), initiates parent constructor.
Reimplemented from oxBase.
Definition at line 18 of file oxactions.php.
| oxActions.addArticle | ( | $ | sOxId | ) | 
Adds an article to this actions
| string | $sOxId id of the article to be added | 
Definition at line 31 of file oxactions.php.
| oxActions.removeArticle | ( | $ | sOxId | ) | 
Removes an article from this actions
| string | $sOxId id of the article to be removed | 
Definition at line 49 of file oxactions.php.
| oxActions.delete | ( | $ |  sOxId = null           | 
          ) | 
Removes article action, returns true on success. For performance - you can not load action object - just pass action ID.
| string | $sOxId Object ID | 
Reimplemented from oxBase.
Definition at line 68 of file oxactions.php.
oxActions.$_sClassName = "oxactions" [protected]           | 
        
 1.5.5