2
0

Functor.php 125 B

123456789
  1. <?php
  2. class Zend_EventManager_TestAsset_Functor
  3. {
  4. public function __invoke($e)
  5. {
  6. return __METHOD__;
  7. }
  8. }