lithium\g11n\catalog\adapter\Php::__construct()

public method

Constructor.

Parameters

  • array $config

    Available configuration options are:

    • 'path': The path to the directory holding the data.

Returns

void

Source

	public function __construct(array $config = []) {
		$defaults = ['path' => null];
		parent::__construct($config + $defaults);
	}