I\'m wondering if PHP has a type of variable in classes that functions like static in other languages. And by that I mean all objects of the same class use the same variable and
I don't see why making the variable static doesn't work for what you described (but it has nothing to do with the keyword final)?