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

  • AbstractService
  • Handler
  • Overview
  • Namespace
  • Class
  • Tree

Class AbstractService

AbstractService

Abstract Service which can be extended by a service controller.

Direct known subclasses

Jity\HomepageBundle\DependencyInjection\Service\Controller\BlogArchivController, Jity\HomepageBundle\DependencyInjection\Service\Controller\BlogDashboardController, Jity\HomepageBundle\DependencyInjection\Service\Controller\ContactController, Jity\HomepageBundle\DependencyInjection\Service\Controller\HomepageController, Jity\HomepageBundle\DependencyInjection\Service\Controller\ImpressController, Jity\HomepageBundle\DependencyInjection\Service\Controller\SearchController
Abstract
Namespace: Jity\HomepageBundle\DependencyInjection\Service
Author: Hermann Mayer <hermann.mayer92@gmail.com>
Used by: Jity\HomepageBundle\DependencyInjection\Service\Controller\BlogArchivController
Used by: Jity\HomepageBundle\DependencyInjection\Service\Controller\BlogDashboardController
Used by: Jity\HomepageBundle\DependencyInjection\Service\Controller\ContactController
Used by: Jity\HomepageBundle\DependencyInjection\Service\Controller\HomepageController
Used by: Jity\HomepageBundle\DependencyInjection\Service\Controller\ImpressController
Used by: Jity\HomepageBundle\DependencyInjection\Service\Controller\SearchController
Located at Jity/HomepageBundle/DependencyInjection/Service/AbstractService.php
Methods summary
abstract public
# getName( )

getName

getName

abstract public
# getTitle( )

getTitle

getTitle

abstract public
# getDescription( )

getDescription

getDescription

abstract public
# process( )

process

process

public
# __construct( Symfony\Component\DependencyInjection\ContainerInterface $container )

__construct

__construct

Initalize a new AbstractService instance.

Parameters

$container
Symfony\Component\DependencyInjection\ContainerInterface
$container Dependency Injected DI Container

DI\InjectParams({

"container" = @DI\Inject("service_container") })
public array
# getSectionFromConfig( string $section = null )

getSectionFromConfig

getSectionFromConfig

Get a section of the bundle config.

Parameters

$section
string
$section Name of the section in the bundle config

Returns

array
public
# getParameterPattern( )

getParameterPattern

getParameterPattern

Define the default Service Parameters which will be parsed.

public
# setParameters( string $parameters )

setParameters

setParameters

Set the unparsed parameters which will be matched by the defined parameter patterns.

Parameters

$parameters
string
$parameters Unparsed Parameters
public array|false
# getParameters( )

getParameters

getParameters

Get the parameters which matched the defined parameter patterns.

Returns

array|false
Properties summary
protected Jity\HomepageBundle\DependencyInjection\Service\AbstractService::$container $container
#
protected Jity\HomepageBundle\DependencyInjection\Service\AbstractService::$parameters $parameters
#
API documentation generated by ApiGen 2.8.0