PHP Class Gc\Media\Info

Inheritance: extends Gc\Core\Object
Datei anzeigen Open project: gotcms/gotcms Class Usage Examples

Protected Properties

Property Type Description
$optionsArray array Available array options
$optionsLinks array Available links options
$optionsString array Available string options

Public Methods

Method Description
fromFile ( string $filePath ) : boolean Initialize file from path
init ( ) : void Initialize reader
render ( ) : string | false Render info file to html

Method Details

fromFile() public method

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

init() public method

Initialize reader
public init ( ) : void
return void

render() public method

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

Property Details

$optionsArray protected_oe property

Available array options
protected array $optionsArray
return array

$optionsString protected_oe property

Available string options
protected array $optionsString
return array