Short and straight to the point, nice post!
A little addition for anyone who doesn't know what we are talking about here:
Declaring class properties or methods as static makes them available without requiring an instantiation of the class.
A property declared as static cannot be accessed with an instantiated class object (though a static method can).