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