示例#1
0
文件: Jobs.php 项目: phatduckk/resqee
 /**
  * Constructor
  *
  * If the server has APC enabled we'll check to see if the config is there.
  * If so we'll use it. If not we'll shove the config in APC for
  * self::APC_TTL_CONFIG seconds
  *
  * @return void
  */
 protected function __construct()
 {
     parent::__construct();
 }