raulfraile / sublime-symfony2

A Sublime Text bundle for Symfony2 development
173 stars 43 forks source link

Added symfony command snippets #19

Closed franciscosantamaria closed 11 years ago

franciscosantamaria commented 11 years ago

Added symfony command (base and container aware) snippets:

sfcommand -> extends Command class

sfcommandca -> extends ContainerAware class

pylebecq commented 11 years ago

Hi, thanks for your contribution.

Before merging it, can you update the README file with the new snippets ? You only have to insert them into a new file and copy the generated code (without changing the default values) into the README file.

Also, I'm going to leave a few comments in the diff.

Thanks.

franciscosantamaria commented 11 years ago

Hi, I commit those changes you suggest me.

I've modified the README file and added phpdoc.

Regards, kiko

pylebecq commented 11 years ago

Thanks.