PHP Интерфейс Sulu\Component\Content\Import\WebspaceFormatImportInterface

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

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

Метод Описание
getProperty ( string $name, array $data, string $contentTypeName = null, string $extension = null, mixed $default = null ) : mixed Will return the correct property value by the parsed data.
getPropertyData ( string $name, array $data, string $contentTypeName = null, string $extension = null, mixed $default = null ) : mixed Will return the correct property value by the parsed data.
parse ( string $filePath, string $locale ) : array Will parse the given file and return a documents array.

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

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

Will return the correct property value by the parsed data.
public getProperty ( string $name, array $data, string $contentTypeName = null, string $extension = null, mixed $default = null ) : mixed
$name string
$data array
$contentTypeName string
$extension string
$default mixed
Результат mixed

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

Will return the correct property value by the parsed data.
public getPropertyData ( string $name, array $data, string $contentTypeName = null, string $extension = null, mixed $default = null ) : mixed
$name string
$data array
$contentTypeName string
$extension string
$default mixed
Результат mixed

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

Will parse the given file and return a documents array.
public parse ( string $filePath, string $locale ) : array
$filePath string
$locale string
Результат array