Пример #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function disableVersion(VersionInterface $version)
 {
     unset($this->versionCollection[$version->getVersionNumber()]);
     $this->updateVersionHeader();
     return $this;
 }