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