: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
public function setHandler($handler) {
$this->handler = $handler;
public function getSoftware() {
public function setSoftware($software) {
$this->software = $software;
public function getSoftwareName() {
return $this->softwareName;
* @param mixed $softwareName
public function setSoftwareName($softwareName) {
$this->softwareName = $softwareName;