for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace nstdio\svg\filter;
/**
* Class FuncA
*
* @package nstdio\svg\filter
* @author Edgar Asatryan <[email protected]>
*/
class FuncA extends Func
{
* @inheritdoc
public function getName()
return "feFuncA";
}