Listing 9.1. Domyślna reguła konfiguracyjna @Template()
/**
 * @Template()
 */
public function dolorAction()
{
    return array();
}