コード例 #1
0
    protected function configure()
    {
        parent::configure();

        $this
            ->setName('mandango.new')
        ;
    }
コード例 #2
0
    protected function configure()
    {
        parent::configure();

        $this
            ->setName('doctrine.orm.new')
        ;
    }
コード例 #3
0
    protected function configure()
    {
        parent::configure();

        $this
            ->setName('propel.new')
        ;
    }