/**
  * {@inheritDoc}
  */
 public function getRecentVersion()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getRecentVersion', array());
     return parent::getRecentVersion();
 }
Пример #2
0
 /**
  * returns the most recent FileVersion object
  * @return Version
  */
 public function getRecentVersion()
 {
     return parent::getRecentVersion();
 }