PHP Интерфейс Sulu\Bundle\DocumentManagerBundle\DataFixtures\DocumentFixtureInterface

Показать файл Открыть проект

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

Метод Описание
getOrder ( ) : integer Return an integer by which the order will be determined in accordance with the values returned by other fixtures.
load ( Sulu\Component\DocumentManager\DocumentManager $documentManager ) Load fixtures.

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

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

Return an integer by which the order will be determined in accordance with the values returned by other fixtures.
public getOrder ( ) : integer
Результат integer

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

Use the document manager to create and save fixtures. Be sure to call DocumentManager#save() when you are done.
public load ( Sulu\Component\DocumentManager\DocumentManager $documentManager )
$documentManager Sulu\Component\DocumentManager\DocumentManager