As of PHP 7.1, there are real private constants.
private const PRIVATE_CONST = 0;
See the Class Constant Visibility RFC for more information.
As of PHP 7.1, there are real private constants.
private const PRIVATE_CONST = 0;
See the Class Constant Visibility RFC for more information.