app\controllers\HelloWorldController::to_string PHP Method

to_string() public method

public to_string ( )
    public function to_string()
    {
        return "Hello World";
    }
HelloWorldController