Exemplo n.º 1
0
    public function run($args) {

        echo "Begin of the command\n";

            echo "Starting expirationdatenotification\n";
                CronController::CommandIndex('25sa9k8vtfo4jchg30fc8sjl01','expirationdatenotification');
                    echo "Finishing expirationdatenotification\n";

        echo "End of the command\n";


    }
Exemplo n.º 2
0
    public function run($args) {

        echo "Begin of the command\n";

            echo "Starting Cashe Files Removing\n";
                CronController::CommandIndex('25sa9k8vtfo4jchg30fc8sjl01','cachefilesremoving');
                    echo "Finishing Cache Files Removing\n";

        echo "End of the command\n";


    }
Exemplo n.º 3
0
    public function run($args) {

        echo "Begin of the command\n\n";

            echo "Starting sheduled testnotification\n";
                CronController::CommandIndex('25sa9k8vtfo4jchg30fc8sjl01','testnotification');
                    echo "Test Notification Finished \n";

            echo "Starting sheduled approval mailling\n";
                            CronController::CommandIndex('25sa9k8vtfo4jchg30fc8sjl01','dailymailing');
                                echo "Approval Mailing Finished \n";

        echo "\nEnd of the command\n";


    }