Overview

Namespaces

  • Jity
    • HomepageBundle
      • Controller
      • DataFixtures
        • ORM
      • DependencyInjection
        • Compiler
        • Service
          • Controller
      • Doctrine
        • Extension
          • DBAL
            • Types
      • Entity
      • EventListener
      • Form
        • Extension
      • Tests
        • Controller
      • Twig
        • Extension
  • PHP

Classes

  • BlogArchivController
  • BlogDashboardController
  • ContactController
  • HomepageController
  • ImpressController
  • SearchController
  • Overview
  • Namespace
  • Class
  • Tree

Class ContactController

ContactController

The Contact Controller deliver a configureable contact-form functionality.

Jity\HomepageBundle\DependencyInjection\Service\AbstractService
Extended by Jity\HomepageBundle\DependencyInjection\Service\Controller\ContactController
Namespace: Jity\HomepageBundle\DependencyInjection\Service\Controller
Author: Hermann Mayer <hermann.mayer92@gmail.com>
Uses: Jity\HomepageBundle\DependencyInjection\Service\AbstractService
DI\Service("jity_service.controller.contact")
DI\Tag("jity_service.controller")
Located at Jity/HomepageBundle/DependencyInjection/Service/Controller/ContactController.php
Methods summary
public string
# getName( )

getName

getName

Get the name of the service.

Returns

string
public string
# getTitle( )

getTitle

getTitle

Get the title of the service.

Returns

string
public string
# getDescription( )

getDescription

getDescription

Get the description of the service.

Returns

string
public Response
# process( )

process

process

Process the service functionality.

Returns

Response
public
# sendContactMessageAction( Jity\HomepageBundle\Entity\Contact $entity )

sendContactMessageAction

sendContactMessageAction

Send an email with the data of a Contact entity.

Parameters

$entity
Jity\HomepageBundle\Entity\Contact
$entity Contact entity to send
Methods inherited from Jity\HomepageBundle\DependencyInjection\Service\AbstractService
__construct(), getParameterPattern(), getParameters(), getSectionFromConfig(), setParameters()
Properties inherited from Jity\HomepageBundle\DependencyInjection\Service\AbstractService
$container, $parameters
API documentation generated by ApiGen 2.8.0