Type Hinting was not in the original RFC, is type hinting stable enough to be 
included with the Property Accessors functionality or is there no clear 
agreement made with them yet?

https://wiki.php.net/rfc/propertygetsetsyntax-as-implemented?&#read-only_and_write-only_properties

Could be:

<?php

class TimePeriod {
   public array $Hours {
      ...
   }
}
?>

Reply via email to