Closed bergie closed 13 years ago
If I list signals for midgard_object, I get a full list. But for the midgard_query_* classes I don't see the signals I expect to be there, like:
midgard_object
midgard_query_*
I'm using this for getting signals:
$reflectionclass = new midgard_reflection_class($class); $signals = $reflectionclass->listSignals();
depends on midgardproject/midgard-php5#34
The case might be fact that both classes: QueryExecutor and QuerySelect are not initialized when signals information is requested.
If I list signals for
midgard_object
, I get a full list. But for themidgard_query_*
classes I don't see the signals I expect to be there, like:I'm using this for getting signals: