If I declare a base class as follows:
abstract class Parent { protected static $message = \"UNTOUCHED\"; public static function yeah() { st
The answer is "with a workaround".
You have to create a static constructor and have it called to copy the property.