コード例 #1
0
 /**
  * @param Magento_Di_Generator_Class $classGenerator
  * @param Zend\Di\Definition\IntrospectionStrategy $strategy
  */
 public function __construct(IntrospectionStrategy $strategy = null, Magento_Di_Generator_Class $classGenerator = null)
 {
     parent::__construct($strategy);
     $this->_classGenerator = $classGenerator ?: new Magento_Di_Generator_Class();
 }