JpnForPhp\Transliterator\Kana::__construct PHP Method

__construct() public method

Kana's constructor
public __construct ( $system = '' )
    public function __construct($system = '')
    {
        $file = __DIR__ . DIRECTORY_SEPARATOR . 'Kana' . DIRECTORY_SEPARATOR . ($system ? $system : 'hiragana') . '.yaml';
        parent::__construct($file);
    }