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