1919 *
2020 * @since 4.3.0
2121 *
22- * @deprecated 4.3.0 will be removed in 6 .0
22+ * @deprecated 4.3.0 will be removed in 7 .0
2323 * Will be removed without replacement
2424 * Create proper setter functions for the individual properties or use a \Joomla\Registry\Registry
2525 */
@@ -35,7 +35,7 @@ trait LegacyPropertyManagementTrait
3535 *
3636 * @since 1.7.0
3737 *
38- * @deprecated 4.3.0 will be removed in 6 .0
38+ * @deprecated 4.3.0 will be removed in 7 .0
3939 * Defining dynamic properties should not be used anymore
4040 */
4141 public function def ($ property , $ default = null )
@@ -57,7 +57,7 @@ public function def($property, $default = null)
5757 *
5858 * @see CMSObject::getProperties()
5959 *
60- * @deprecated 4.3.0 will be removed in 6 .0
60+ * @deprecated 4.3.0 will be removed in 7 .0
6161 * Create a proper getter function for the property
6262 */
6363 public function get ($ property , $ default = null )
@@ -80,7 +80,7 @@ public function get($property, $default = null)
8080 *
8181 * @see CMSObject::get()
8282 *
83- * @deprecated 4.3.0 will be removed in 6 .0
83+ * @deprecated 4.3.0 will be removed in 7 .0
8484 * Create a proper getter function for the property
8585 */
8686 public function getProperties ($ public = true )
@@ -126,7 +126,7 @@ public function getProperties($public = true)
126126 *
127127 * @since 1.7.0
128128 *
129- * @deprecated 4.3.0 will be removed in 6 .0
129+ * @deprecated 4.3.0 will be removed in 7 .0
130130 * Create a proper setter function for the property
131131 */
132132 public function set ($ property , $ value = null )
@@ -148,7 +148,7 @@ public function set($property, $value = null)
148148 *
149149 * @see CMSObject::set()
150150 *
151- * @deprecated 4.3.0 will be removed in 6 .0
151+ * @deprecated 4.3.0 will be removed in 7 .0
152152 * Create a proper setter function for the property
153153 */
154154 public function setProperties ($ properties )
0 commit comments