AnnotationTestController::helloAction PHP Method

helloAction() public method

public helloAction ( $name )
    function helloAction($name)
    {
        return $name;
    }
AnnotationTestController