File/program/modules/mypage/mypage_cron.php

Description

/program/modules/mypage/mypage_cron.php - interface to the cron-part of the mypage module

This file defines the interface with the mypage-module for cron. The interface consists of this function:

    mypage_cron()

This function is called whenever cron determines that it is time to perform this function.

Functions
mypage_cron (line 44)

routine that is called periodically by cron

there is nothing in this module that needs to be done by cron, so this routine is basically a nop.

  • return: TRUE on success, FALSE otherwise
bool mypage_cron ()

Documentation generated on Tue, 28 Jun 2016 19:10:34 +0200 by phpDocumentor 1.4.0