FRED™  3.0
FRED™: Framework for Rapid and Easy Development
File.php
Go to the documentation of this file.
1 <?php
2 
4 
5 class File extends \Rsi\Fred\Worker\Job{
6 
7  public function execute($timer_id){
8  $this->worker->component('file')->purgeAll();
9  }
10 
11 }
Rsi\Fred\Worker\Job\File
Definition: File.php:5
Rsi\Fred\Worker\Job\File\execute
execute($timer_id)
Definition: File.php:7
Rsi\Fred\Worker\Job
Definition: File.php:3