Пример #1
0
 /**
  * Sets the removed version since values. The removed version number must
  * be the one of php, not the one of the specific library this element 
  * relates to.
  * 
  * @param string|int $value
  * @throws PhpLibraryCheckerException
  */
 public function setRemovedSincePhpVersion($value)
 {
     $this->_phpVersionHistory->setRemovedSinceVersion($value);
 }
Пример #2
0
 /**
  * Sets the removed version since values. The removed version number must
  * be the one of the library this function is in, not the one of php.
  *
  * @param string|int $value
  * @throws PhpLibraryCheckerException
  */
 public function setRemovedSinceLibraryVersion($value)
 {
     $this->_libraryVersionHistory->setRemovedSinceVersion($value);
 }