Overview

Packages

  • currencysymbol
  • MAbout
  • Mage
    • Admin
    • Adminhtml
    • AdminNotification
    • Api
    • Api2
    • Authorizenet
    • Backup
    • Bundle
    • Captcha
    • Catalog
    • CatalogIndex
    • CatalogInventory
    • CatalogRule
    • CatalogSearch
    • Centinel
    • Checkout
    • Cms
    • Compiler
    • Connect
    • Contacts
    • Core
    • Cron
    • CurrencySymbol
    • Customer
    • Dataflow
    • Directory
    • DirtectPost
    • Downloadable
    • Eav
    • GiftMessage
    • GoogleAnalytics
    • GoogleBase
    • GoogleCheckout
    • ImportExport
    • Index
    • Install
    • Log
    • Media
    • Newsletter
    • Oauth
    • Page
    • PageCache
    • Paygate
    • Payment
    • Paypal
    • PaypalUk
    • Persistent
    • Poll
    • ProductAlert
    • Rating
    • Reports
    • Review
    • Rss
    • Rule
    • Sales
    • SalesRule
    • Sedfriend
    • Sendfriend
    • Shipping
    • Sitemap
    • Tag
    • Tax
    • Usa
    • Weee
    • Widget
    • Wishlist
    • XmlConnect
  • None
  • Phoenix
    • Moneybookers
  • PHP
  • Zend
    • Date
    • Mime
    • XmlRpc

Classes

  • Mage_Cron_Helper_Data
  • Mage_Cron_Model_Mysql4_Schedule
  • Mage_Cron_Model_Mysql4_Schedule_Collection
  • Mage_Cron_Model_Observer
  • Mage_Cron_Model_Resource_Schedule
  • Mage_Cron_Model_Resource_Schedule_Collection
  • Mage_Cron_Model_Schedule

Exceptions

  • Mage_Cron_Exception
  • Overview
  • Package
  • Class
  • Tree

Class Mage_Cron_Model_Observer

Crontab observer

Package: Mage\Cron
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Cron/Model/Observer.php
Methods summary
public
# dispatch( Varien_Event_Observer $observer )

Process cron queue Geterate tasks schedule Cleanup tasks schedule

Process cron queue Geterate tasks schedule Cleanup tasks schedule

Parameters

$observer
Varien_Event_Observer
$observer
public
# getPendingSchedules( )
public Mage_Cron_Model_Observer
# generate( )

Generate cron schedule

Generate cron schedule

Returns

Mage_Cron_Model_Observer
protected Mage_Cron_Model_Observer
# _generateJobs( mixed $jobs, array $exists )

Generate jobs for config information

Generate jobs for config information

Parameters

$jobs
mixed
$jobs
$exists
array
$exists

Returns

Mage_Cron_Model_Observer
public
# cleanup( )
Constants summary
string CACHE_KEY_LAST_SCHEDULE_GENERATE_AT 'cron_last_schedule_generate_at'
#
string CACHE_KEY_LAST_HISTORY_CLEANUP_AT 'cron_last_history_cleanup_at'
#
string XML_PATH_SCHEDULE_GENERATE_EVERY 'system/cron/schedule_generate_every'
#
string XML_PATH_SCHEDULE_AHEAD_FOR 'system/cron/schedule_ahead_for'
#
string XML_PATH_SCHEDULE_LIFETIME 'system/cron/schedule_lifetime'
#
string XML_PATH_HISTORY_CLEANUP_EVERY 'system/cron/history_cleanup_every'
#
string XML_PATH_HISTORY_SUCCESS 'system/cron/history_success_lifetime'
#
string XML_PATH_HISTORY_FAILURE 'system/cron/history_failure_lifetime'
#
string REGEX_RUN_MODEL '#^([a-z0-9_]+/[a-z0-9_]+)::([a-z0-9_]+)$#i'
#
Properties summary
protected mixed $_pendingSchedules
#
Magento 1.7.0.2 API documentation generated by ApiGen 2.8.0