Skip to content
Snippets Groups Projects
Commit 6d3381bf authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #2398 from marcosgdf/deprecated

Marked getStaticMember as deprecated
parents 8a67a3af 91fa8230
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ include_once DOL_DOCUMENT_ROOT .'/core/lib/json.lib.php';
* @param string $class Class name
* @param string $member Name of property
* @return mixed Return value of static property
* @deprecated Dolibarr now requires 5.3.0+
*/
function getStaticMember($class, $member)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment