/**
  * {@inheritDoc}
  */
 public function getVersionLogComments()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getVersionLogComments', array());
     return parent::getVersionLogComments();
 }
예제 #2
0
 /**
  * Returns an array containing human-readable descriptions of everything that happened in this version
  */
 public function getVersionLogComments()
 {
     return parent::getVersionLogComments();
 }