Hey you guys,

it would be very helpful to be able using the keyword _final_ not only for classes and methods but for variables as well - such as

<?php
public class foo {
   public static final $bar = "foobar's world";
}
?>

to prevent changes from outside though at least publicly readable.

Sebastian

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to