mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-07 09:49:04 +00:00
Docs: Standardizes and improves DocBlock summaries for the __get(), __set(), __isset(), and __unset() magic methods in wpdb.
See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@37585 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -670,7 +670,7 @@ class wpdb {
|
||||
}
|
||||
|
||||
/**
|
||||
* PHP5 style magic getter, used to lazy-load expensive data.
|
||||
* Makes private properties readable for backward compatibility.
|
||||
*
|
||||
* @since 3.5.0
|
||||
*
|
||||
@@ -685,7 +685,7 @@ class wpdb {
|
||||
}
|
||||
|
||||
/**
|
||||
* Magic function, for backward compatibility.
|
||||
* Makes private properties settable for backward compatibility.
|
||||
*
|
||||
* @since 3.5.0
|
||||
*
|
||||
@@ -705,7 +705,7 @@ class wpdb {
|
||||
}
|
||||
|
||||
/**
|
||||
* Magic function, for backward compatibility.
|
||||
* Makes private properties check-able for backward compatibility.
|
||||
*
|
||||
* @since 3.5.0
|
||||
*
|
||||
@@ -718,7 +718,7 @@ class wpdb {
|
||||
}
|
||||
|
||||
/**
|
||||
* Magic function, for backward compatibility.
|
||||
* Makes private properties un-settable for backward compatibility.
|
||||
*
|
||||
* @since 3.5.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user