public function __construct() { parent::__construct(__CLASS__); /* * run once a day */ $this->setTimeInterval(1440); /* * deactivate this action for PlentySoapDaemon? */ $this->setDeactivateThisAction(true); }
public function __construct() { parent::__construct(__CLASS__); /* * run every 15 minutes */ $this->setTimeInterval(15); /* * deactivate this action for PlentySoapDaemon? */ $this->setDeactivateThisAction(true); }