<?php
namespace {NAMESPACE};

class {NAME}
{
    /**
     * Test handler method
     *
     * @return string
     */
    public function helloWorld()
    {
        return 'Hello! Cold world!';
    }
}
