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