선언 범위 외부에서 만들어진
readonly
프로퍼티에 대한 쓰기 액세스를 보고합니다. 선언 범위는 실제로 프로퍼티가 선언된 클래스의 비 static 메서드를 의미합니다.
자세한 내용은
Readonly properties(php.net)
를 참조하세요.