Example #1
0
 /**
  * {@inheritDoc}
  */
 public function __construct($historyFile = null)
 {
     parent::__construct($historyFile);
     $this->history = array();
 }