[Flow] Injection of PHP Classes

Christian Loock chl at vkf-renzel.de
Mon Aug 26 11:43:48 CEST 2013


Hi,

I wonder, why I cannot inject Classes provided by PHP.

For Example:

     /**
      * @Flow\Inject
      * @var \DOMDocument
      */
     protected $myDomDocument;


Does not work. I cant find the class, also it should find it easily.

Any reasons why this does not work?

Greetings,

Christian


More information about the Flow mailing list