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