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