Пример #1
0
 public function __construct($name, $version, $title, array $authors, array $licenses)
 {
     parent::__construct($name, $version, $title, $authors, $licenses);
     $props = $this->getProperties();
     $props->put(self::$_PROPERTY_IOC_EXTENSIONS, array());
     $props->put(self::$_PROPERTY_IOC_COMPILER_PASSES, array());
     $props->put(self::$_PROPERTY_CLASSMAP, array());
 }