public function __construct(\Symforce\DiscuzBundle\Annotation\Embed $config, \ReflectionMethod $method, \Symforce\DiscuzBundle\Service\PluginModule $pm)
 {
     $this->config = $config;
     $this->method = $method;
     $this->plugin_module = $pm;
     $this->code = \Dev::getMethodParametersDeclaringCode($method);
 }