mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
Add visibility to class constants (PHP >= 7.1)
This commit is contained in:
@@ -32,8 +32,8 @@ use Combodo\iTop\Application\UI\UIBlock;
|
||||
class Html extends UIBlock
|
||||
{
|
||||
// Overloaded constants
|
||||
const BLOCK_CODE = 'ibo-html';
|
||||
const HTML_TEMPLATE_REL_PATH = 'components/html/layout';
|
||||
public const BLOCK_CODE = 'ibo-html';
|
||||
public const HTML_TEMPLATE_REL_PATH = 'components/html/layout';
|
||||
|
||||
/** @var string $sHtml The raw HTML, must be already sanitized */
|
||||
protected $sHtml;
|
||||
|
||||
Reference in New Issue
Block a user