Add visibility for all class elements (#20557)

This commit is contained in:
Maksim Spirkov
2025-10-02 02:27:23 +04:00
committed by GitHub
parent 813dfc07cc
commit c82da8dc82
73 changed files with 328 additions and 331 deletions

View File

@ -51,23 +51,23 @@ use yii\helpers\Console;
*/
class Table extends Widget
{
const DEFAULT_CONSOLE_SCREEN_WIDTH = 120;
const CONSOLE_SCROLLBAR_OFFSET = 3;
const CHAR_TOP = 'top';
const CHAR_TOP_MID = 'top-mid';
const CHAR_TOP_LEFT = 'top-left';
const CHAR_TOP_RIGHT = 'top-right';
const CHAR_BOTTOM = 'bottom';
const CHAR_BOTTOM_MID = 'bottom-mid';
const CHAR_BOTTOM_LEFT = 'bottom-left';
const CHAR_BOTTOM_RIGHT = 'bottom-right';
const CHAR_LEFT = 'left';
const CHAR_LEFT_MID = 'left-mid';
const CHAR_MID = 'mid';
const CHAR_MID_MID = 'mid-mid';
const CHAR_RIGHT = 'right';
const CHAR_RIGHT_MID = 'right-mid';
const CHAR_MIDDLE = 'middle';
public const DEFAULT_CONSOLE_SCREEN_WIDTH = 120;
public const CONSOLE_SCROLLBAR_OFFSET = 3;
public const CHAR_TOP = 'top';
public const CHAR_TOP_MID = 'top-mid';
public const CHAR_TOP_LEFT = 'top-left';
public const CHAR_TOP_RIGHT = 'top-right';
public const CHAR_BOTTOM = 'bottom';
public const CHAR_BOTTOM_MID = 'bottom-mid';
public const CHAR_BOTTOM_LEFT = 'bottom-left';
public const CHAR_BOTTOM_RIGHT = 'bottom-right';
public const CHAR_LEFT = 'left';
public const CHAR_LEFT_MID = 'left-mid';
public const CHAR_MID = 'mid';
public const CHAR_MID_MID = 'mid-mid';
public const CHAR_RIGHT = 'right';
public const CHAR_RIGHT_MID = 'right-mid';
public const CHAR_MIDDLE = 'middle';
/**
* @var array table headers