Код: Выделить всё
class Foo
{
private const my_private_const;
< /code>
Но, конечно, допускает < /p>
const my_const;
>
Подробнее здесь: https://stackoverflow.com/questions/102 ... ble-in-php
Код: Выделить всё
class Foo
{
private const my_private_const;
< /code>
Но, конечно, допускает < /p>
const my_const;