for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Fisharebest\Localization\Script;
/**
* Class ScriptKhoj - Representation of the Khojki script.
*
* @author Greg Roach <[email protected]>
* @copyright (c) 2018 Greg Roach
* @license GPLv3+
*/
class ScriptKhoj extends AbstractScript implements ScriptInterface
{
public function code()
return 'Khoj';
}
public function number()
return '322';
public function unicodeName()
return 'Khojki';