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