mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 12:08:47 +02:00
Add visibility to class constants (PHP >= 7.1)
This commit is contained in:
@@ -33,11 +33,11 @@ use Combodo\iTop\Application\UI\iUIBlock;
|
||||
class PageContentWithSideContent extends PageContent
|
||||
{
|
||||
// Overloaded constants
|
||||
const BLOCK_CODE = 'ibo-page-content-with-side-content';
|
||||
const HTML_TEMPLATE_REL_PATH = 'layouts/page-content/with-side-content';
|
||||
public const BLOCK_CODE = 'ibo-page-content-with-side-content';
|
||||
public const HTML_TEMPLATE_REL_PATH = 'layouts/page-content/with-side-content';
|
||||
|
||||
// Specific constants
|
||||
const ENUM_CONTENT_AREA_SIDE = 'side';
|
||||
public const ENUM_CONTENT_AREA_SIDE = 'side';
|
||||
|
||||
/**
|
||||
* PageContentWithSideContent constructor.
|
||||
|
||||
Reference in New Issue
Block a user