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