PHP Класс Elcodi\Plugin\CustomShippingBundle\DataFixtures\ORM\CarrierData

Наследование: extends Elcodi\Bundle\CoreBundle\DataFixtures\ORM\Abstracts\AbstractFixture, implements Doctrine\Common\DataFixtures\DependentFixtureInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
getDependencies ( ) : array This method must return an array of fixtures classes on which the implementing class depends on
load ( Doctrine\Common\Persistence\ObjectManager $manager ) {@inheritDoc}

Описание методов

getDependencies() публичный Метод

This method must return an array of fixtures classes on which the implementing class depends on
public getDependencies ( ) : array
Результат array

load() публичный Метод

{@inheritDoc}
public load ( Doctrine\Common\Persistence\ObjectManager $manager )
$manager Doctrine\Common\Persistence\ObjectManager