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