Public Member Functions | |
__construct () | |
addArticle ($sOxId) | |
removeArticle ($sOxId) | |
delete ($sOxId=null) | |
getTimeLeft () | |
getTimeUntilStart () | |
start () | |
stop () | |
isRunning () | |
getBannerArticle () | |
getBannerPictureUrl () | |
Protected Attributes | |
$_sClassName = "oxactions" |
Article actions manager. Collects and keeps actions of chosen article.
Definition at line 7 of file oxactions.php.
oxActions.__construct | ( | ) |
Class constructor. Executes oxActions.init(), initiates parent constructor.
Reimplemented from oxI18n.
Definition at line 20 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.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 oxI18n.
Definition at line 76 of file oxactions.php.
oxActions.getBannerArticle | ( | ) |
oxActions.getBannerPictureUrl | ( | ) |
Returns assigned banner article picture url
Definition at line 223 of file oxactions.php.
oxActions.getTimeLeft | ( | ) |
oxActions.getTimeUntilStart | ( | ) |
oxActions.isRunning | ( | ) |
oxActions.removeArticle | ( | $ | sOxId | ) |
Removes an article from this actions
string | $sOxId id of the article to be removed |
Definition at line 55 of file oxactions.php.
oxActions.start | ( | ) |
start the promotion NOW!
Definition at line 123 of file oxactions.php.
oxActions.stop | ( | ) |
stop the promotion NOW!
Definition at line 140 of file oxactions.php.
oxActions.$_sClassName = "oxactions" [protected] |
Reimplemented from oxI18n.
Definition at line 15 of file oxactions.php.