added annotation support

This commit is contained in:
Christian Kerl
2011-04-09 00:40:31 +02:00
parent 05a96310b3
commit 8367556323
10 changed files with 300 additions and 63 deletions

View File

@ -37,8 +37,9 @@ QuickStart
// src/Acme/DemoBundle/Controller/DemoController.php
/**
* @ws:Method('hello')
* @ws:Param('name', type = 'string')
* @ws:Method("Hello")
* @ws:Param("name", type = "string")
* @ws:Result(type = "string")
*/
public function helloAction($name)
{