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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$class string

공개 메소드들

메소드 설명
__construct ( string $class ) Constructor
open ( string $path, Akeneo\Component\SpreadsheetParser\Xlsx\Archive $archive ) : Styles Creates a Styles from the archive

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( string $class )
$class string The class for created objects

open() 공개 메소드

Creates a Styles from the archive
public open ( string $path, Akeneo\Component\SpreadsheetParser\Xlsx\Archive $archive ) : Styles
$path string
$archive Akeneo\Component\SpreadsheetParser\Xlsx\Archive The Archive from which the path was extracted
리턴 Styles

프로퍼티 상세

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

protected string $class
리턴 string