File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -670,7 +670,7 @@ public function __destruct() {
670
670
}
671
671
672
672
/**
673
- * PHP5 style magic getter, used to lazy-load expensive data .
673
+ * Makes private properties readable for backward compatibility .
674
674
*
675
675
* @since 3.5.0
676
676
*
@@ -685,7 +685,7 @@ public function __get( $name ) {
685
685
}
686
686
687
687
/**
688
- * Magic function, for backward compatibility.
688
+ * Makes private properties settable for backward compatibility.
689
689
*
690
690
* @since 3.5.0
691
691
*
@@ -705,7 +705,7 @@ public function __set( $name, $value ) {
705
705
}
706
706
707
707
/**
708
- * Magic function, for backward compatibility.
708
+ * Makes private properties check-able for backward compatibility.
709
709
*
710
710
* @since 3.5.0
711
711
*
@@ -718,7 +718,7 @@ public function __isset( $name ) {
718
718
}
719
719
720
720
/**
721
- * Magic function, for backward compatibility.
721
+ * Makes private properties un-settable for backward compatibility.
722
722
*
723
723
* @since 3.5.0
724
724
*
You can’t perform that action at this time.
0 commit comments