handleRunOnce() public static method

Handle "runonce" files
public static handleRunOnce ( )
示例#1
0
 /**
  * Handles executing the runonce files.
  */
 public function handleRunOnce()
 {
     // Wait for the tables to be created (see #5061)
     if (!$this->hasTable('tl_log')) {
         return;
     }
     Backend::handleRunOnce();
 }