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