Arikaim CMS

PropertiesFactory
in package

Properties factory class

Table of Contents

Methods

createFromArray()  : Properties
Create properties from array
createFromFile()  : Properties
Create from file

Methods

createFromArray()

Create properties from array

public static createFromArray(array<string|int, mixed> $data) : Properties
Parameters
$data : array<string|int, mixed>
Return values
Properties

createFromFile()

Create from file

public static createFromFile(string $fileName[, bool $resolveProperties = true ]) : Properties
Parameters
$fileName : string
$resolveProperties : bool = true
Return values
Properties

        
On this page

Search results