Example #1
0
 public function __construct($max = 100, $persistenceNamespace = null)
 {
     $adapter = new Console(array('elements' => array(Console::ELEMENT_TEXT, Console::ELEMENT_BAR, Console::ELEMENT_PERCENT, Console::ELEMENT_ETA), 'textWidth' => 20, 'barLeftChar' => '-', 'barRightChar' => ' ', 'barIndicatorChar' => '>'));
     parent::__construct($adapter, 0, $max, $persistenceNamespace);
 }