PHP Class Gc\Media\Info

Inheritance: extends Gc\Core\Object
Afficher le fichier Open project: gotcms/gotcms Class Usage Examples

Protected Properties

Свойство Type Description
$optionsArray array Available array options
$optionsLinks array Available links options
$optionsString array Available string options

Méthodes publiques

Méthode 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 méthode

Initialize file from path
public fromFile ( string $filePath ) : boolean
$filePath string File path
Résultat boolean

init() public méthode

Initialize reader
public init ( ) : void
Résultat void

render() public méthode

Render info file to html
public render ( ) : string | false
Résultat string | false

Property Details

$optionsArray protected_oe property

Available array options
protected array $optionsArray
Résultat array

$optionsString protected_oe property

Available string options
protected array $optionsString
Résultat array