/**
  * {@inheritDoc}
  */
 public function getJSONObject()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getJSONObject', array());
     return parent::getJSONObject();
 }
 /**
  * Return a representation of the current FileVersion object as something easily serializable.
  */
 public function getJSONObject()
 {
     return parent::getJSONObject();
 }