Prado\I18N\core\MessageSource_SQLite::__construct PHP Method

__construct() public method

Create a new message source using SQLite.
public __construct ( $source )
    function __construct($source)
    {
        $dsn = parseDSN((string) $source);
        $this->source = $dsn['database'];
    }