midgardproject / midgard-php5

PHP5 API for Midgard persistent storage framework
http://www.midgard-project.org/api-docs/midgard/php/ratatoskr/
GNU Lesser General Public License v2.1
9 stars 2 forks source link

midgard_query_select and midgard_query_executor signals not visible via reflection #37

Closed bergie closed 13 years ago

bergie commented 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:

I'm using this for getting signals:

    $reflectionclass = new midgard_reflection_class($class);
    $signals = $reflectionclass->listSignals();
indeyets commented 13 years ago

depends on midgardproject/midgard-php5#34

piotras commented 13 years ago

The case might be fact that both classes: QueryExecutor and QuerySelect are not initialized when signals information is requested.