PHP Класс Sulu\Bundle\ResourceBundle\DataFixtures\ORM\Operators\LoadOperators

Наследование: implements Doctrine\Common\DataFixtures\FixtureInterface, implements Doctrine\Common\DataFixtures\OrderedFixtureInterface
Показать файл Открыть проект

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

Метод Описание
getOrder ( )
load ( Doctrine\Common\Persistence\ObjectManager $manager )

Защищенные методы

Метод Описание
getTypeForString ( string $type ) Returns integer for string type.
processTranslations ( Doctrine\Common\Persistence\ObjectManager $manager, Operator $operator, DOMNodeList $translations ) Process translations of an operator.
processValues ( Doctrine\Common\Persistence\ObjectManager $manager, $xpath, Operator $operator, $values ) Process translations of an operator.

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

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

public getOrder ( )

getTypeForString() защищенный Метод

Returns integer for string type.
protected getTypeForString ( string $type )
$type string

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

public load ( Doctrine\Common\Persistence\ObjectManager $manager )
$manager Doctrine\Common\Persistence\ObjectManager

processTranslations() защищенный Метод

Process translations of an operator.
protected processTranslations ( Doctrine\Common\Persistence\ObjectManager $manager, Operator $operator, DOMNodeList $translations )
$manager Doctrine\Common\Persistence\ObjectManager
$operator Sulu\Bundle\ResourceBundle\Entity\Operator
$translations DOMNodeList

processValues() защищенный Метод

Process translations of an operator.
protected processValues ( Doctrine\Common\Persistence\ObjectManager $manager, $xpath, Operator $operator, $values )
$manager Doctrine\Common\Persistence\ObjectManager
$xpath \DOMXpath
$operator Sulu\Bundle\ResourceBundle\Entity\Operator
$values \DOMNodeList