コード例 #1
0
ファイル: DummyBeeApplication.php プロジェクト: nubee/bee
 public function __construct(sfServiceContainerBuilder $container, array $arguments = array(), array $options = array())
 {
     parent::__construct($container);
     if (null === $arguments) {
         $arguments = new nbArgumentSet();
     }
     if (null === $options) {
         $options = new nbOptionSet();
     }
     $this->addArguments($arguments);
     $this->addOptions($options);
 }