PHP Class Fakerino\Core\OutPutFactory

Author: Nicola Pietroluongo ([email protected])
Datei anzeigen Open project: fakerino/fakerino Class Usage Examples

Public Methods

Method Description
getOutput ( string $class, string | array | null $options = null ) : string | array Returns a string output.

Method Details

getOutput() public static method

Returns a string output.
public static getOutput ( string $class, string | array | null $options = null ) : string | array
$class string
$options string | array | null
return string | array