PHP 인터페이스 Sulu\Component\Content\Import\WebspaceFormatImportInterface

파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
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