PHP 클래스 Gc\Media\Info

상속: extends Gc\Core\Object
파일 보기 프로젝트 열기: gotcms/gotcms 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$optionsArray array Available array options
$optionsLinks array Available links options
$optionsString array Available string options

공개 메소드들

메소드 설명
fromFile ( string $filePath ) : boolean Initialize file from path
init ( ) : void Initialize reader
render ( ) : string | false Render info file to html

메소드 상세

fromFile() 공개 메소드

Initialize file from path
public fromFile ( string $filePath ) : boolean
$filePath string File path
리턴 boolean

init() 공개 메소드

Initialize reader
public init ( ) : void
리턴 void

render() 공개 메소드

Render info file to html
public render ( ) : string | false
리턴 string | false

프로퍼티 상세

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

Available array options
protected array $optionsArray
리턴 array

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

Available string options
protected array $optionsString
리턴 array