Exemplo n.º 1
0
 /**
  * @param bool|null $verbose
  * @synchronized
  */
 public function outdated($verbose = null)
 {
     $maxMind = new CMService_MaxMind($this->_getStreamOutput(), $this->_getStreamError(), null, $verbose);
     $maxMind->outdated();
 }