2
0
forked from Wavyzz/dolibarr

Marked getStaticMember as deprecated

This commit is contained in:
Marcos García de La Fuente
2015-02-25 18:03:31 +01:00
parent be529e7269
commit 91fa823075

View File

@@ -44,6 +44,7 @@ include_once DOL_DOCUMENT_ROOT .'/core/lib/json.lib.php';
* @param string $class Class name * @param string $class Class name
* @param string $member Name of property * @param string $member Name of property
* @return mixed Return value of static property * @return mixed Return value of static property
* @deprecated Dolibarr now requires 5.3.0+
*/ */
function getStaticMember($class, $member) function getStaticMember($class, $member)
{ {