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