PHP Class Sulu\Bundle\ResourceBundle\DataFixtures\ORM\Operators\LoadOperators

Inheritance: implements Doctrine\Common\DataFixtures\FixtureInterface, implements Doctrine\Common\DataFixtures\OrderedFixtureInterface
Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode Description
getOrder ( )
load ( Doctrine\Common\Persistence\ObjectManager $manager )

Méthodes protégées

Méthode Description
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.

Method Details

getOrder() public méthode

public getOrder ( )

getTypeForString() protected méthode

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

load() public méthode

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

processTranslations() protected méthode

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() protected méthode

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