PHP 클래스 Akeneo\Component\SpreadsheetParser\Xlsx\Relationships

저자: Antoine Guigan ([email protected])
상속: extends AbstractXMLResource
파일 보기 프로젝트 열기: akeneo-labs/spreadsheet-parser 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$relationshipsPath string
$sharedStringPath string
$stylePath string
$workSheetPaths array

공개 메소드들

메소드 설명
__construct ( string $path ) Constructor
getSharedStringsPath ( ) : string Returns the path of the shared strings file inside the xlsx file
getStylesPath ( ) : string Returns the path of the styles XML file inside the xlsx file
getWorksheetPath ( string $id ) : string Returns the path of a worksheet file inside the xlsx file

비공개 메소드들

메소드 설명
storeRelationShipByType ( string $type, string $id, string $target ) stores the relationShip into the right variable

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( string $path )
$path string the path to the XML relationships file

getSharedStringsPath() 공개 메소드

Returns the path of the shared strings file inside the xlsx file
public getSharedStringsPath ( ) : string
리턴 string

getStylesPath() 공개 메소드

Returns the path of the styles XML file inside the xlsx file
public getStylesPath ( ) : string
리턴 string

getWorksheetPath() 공개 메소드

Returns the path of a worksheet file inside the xlsx file
public getWorksheetPath ( string $id ) : string
$id string
리턴 string

프로퍼티 상세

$relationshipsPath 보호되어 있는 프로퍼티

protected string $relationshipsPath
리턴 string

$sharedStringPath 보호되어 있는 프로퍼티

protected string $sharedStringPath
리턴 string

$stylePath 보호되어 있는 프로퍼티

protected string $stylePath
리턴 string

$workSheetPaths 보호되어 있는 프로퍼티

protected array $workSheetPaths
리턴 array