mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 06:28:46 +02:00
N°4076 - PHPDoc
This commit is contained in:
@@ -1173,6 +1173,13 @@ EOF
|
||||
return $oBlock;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $sKey
|
||||
* @param $value
|
||||
*
|
||||
* @return \iTopWebPage
|
||||
* @since 3.0.0
|
||||
*/
|
||||
public function SetBlockParam(string $sKey, $value)
|
||||
{
|
||||
$oGlobalSearch = $this->GetTopBarLayout()->GetGlobalSearch();
|
||||
@@ -1183,6 +1190,6 @@ EOF
|
||||
break;
|
||||
}
|
||||
|
||||
return parent::SetBlockParam($sKey, $value); // TODO: Change the autogenerated stub
|
||||
return parent::SetBlockParam($sKey, $value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user