up observations

This commit is contained in:
Ronald Quenta
2017-07-26 16:22:16 -04:00
committed by Ronald Quenta
parent 63dfcf408a
commit f92f4ad170

View File

@@ -1953,7 +1953,11 @@ class PMPluginRegistry
} }
} }
function iterateVisible() /**
* Get all variables of object
* @return array
*/
public function iterateVisible()
{ {
$response = array(); $response = array();
foreach ($this as $key => $value) { foreach ($this as $key => $value) {