/**
  * {@inheritDoc}
  */
 public function duplicate()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'duplicate', array());
     return parent::duplicate();
 }
 /**
  * Takes the current value of the file version and makes a new one with the same values
  */
 public function duplicate()
 {
     return parent::duplicate();
 }