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

  • Load01GroupData
  • Load02UserData
  • Load03MetaData
  • Load04ServiceData
  • Load05SectionData
  • Load20HomePageData
  • Load30PageData
  • Load40ArticleData
  • Load50NavigationData
  • Overview
  • Namespace
  • Class
  • Tree

Class Load04ServiceData

Load04ServiceData

Load service fixtures.

Doctrine\Common\DataFixtures\AbstractFixture
Extended by Jity\HomepageBundle\DataFixtures\ORM\Load04ServiceData implements Doctrine\Common\DataFixtures\OrderedFixtureInterface, Symfony\Component\DependencyInjection\ContainerAwareInterface
Namespace: Jity\HomepageBundle\DataFixtures\ORM
Author: Hermann Mayer <hermann.mayer92@gmail.com>
Uses: AbstractFixture
Uses: OrderedFixtureInterface
Uses: ContainerAwareInterface
Located at Jity/HomepageBundle/DataFixtures/ORM/Load04ServiceData.php
Methods summary
public
# setContainer( Symfony\Component\DependencyInjection\ContainerInterface $container = null )

setContainer

setContainer

Set the dependency injection container.

Parameters

$container
Symfony\Component\DependencyInjection\ContainerInterface
$container Dependency Injection Container
public
# load( Doctrine\Common\Persistence\ObjectManager $manager )

load

load

Load the group fixtures.

Parameters

$manager
Doctrine\Common\Persistence\ObjectManager
$manager ObjectManager Instance
public
# getOrder( )

getOrder

getOrder

Get the position (in order) of the fixture.

API documentation generated by ApiGen 2.8.0