mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 12:08:47 +02:00
N°2844 - Refactor Panel to include a configurable header
- TitleForObjectDetails no longer exists, use the ObjectDetails's properties instead
This commit is contained in:
@@ -65,9 +65,10 @@ class PanelEnhanced extends Panel
|
||||
*
|
||||
* @return PanelEnhanced
|
||||
*/
|
||||
public function SetIconUrl(string $sIconUrl): PanelEnhanced
|
||||
public function SetIcon(string $sIconUrl): PanelEnhanced
|
||||
{
|
||||
$this->sIconUrl = $sIconUrl;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user