mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 10:08:45 +02:00
N°2847 - Refactor Web Pages classes - add deprecated files for extensions compatibility
This commit is contained in:
14
sources/application/WebPage/CLILikeWebPage.php
Normal file
14
sources/application/WebPage/CLILikeWebPage.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* @copyright Copyright (C) 2010-2020 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
|
||||
class CLILikeWebPage extends WebPage
|
||||
{
|
||||
public function add_comment($sText)
|
||||
{
|
||||
$this->add('#'.$sText."<br/>\n");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user