/**
  * {@inheritDoc}
  */
 public function getVersionList()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getVersionList', array());
     return parent::getVersionList();
 }
Ejemplo n.º 2
0
 /**
  * Returns an array of all FileVersion objects owned by this file
  */
 public function getVersionList()
 {
     return parent::getVersionList();
 }