up observations
This commit is contained in:
committed by
Ronald Quenta
parent
63dfcf408a
commit
f92f4ad170
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user