.. _classes-propertyusedinternally: .. _internally-used-properties: Internally Used Properties ++++++++++++++++++++++++++ Properties that are used internally. .. code-block:: php internallyUsedProperty = 2; } } class y extends x { function bar() { $this->externallyUsedProperty = 3; } } $X = new x(); $X->alsoExternallyUsedProperty = 3; ?> Connex PHP features ------------------- + `property `_ Specs _____ +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Short name | Classes/PropertyUsedInternally | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Rulesets | :ref:`All `, :ref:`Changed Behavior ` | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Exakat since | 0.8.4 | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | PHP Version | All | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Severity | Minor | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Time To Fix | Instant (5 mins) | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Precision | Very high | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Available in | `Entreprise Edition `_, `Exakat Cloud `_ | +--------------+-------------------------------------------------------------------------------------------------------------------------+