for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Graze\CiffRenderer\Parser\FieldParser;
use Graze\CiffRenderer\Parser\FieldParser\FieldParserInterface;
class FieldParserStaticGraphic extends AbstractFieldParser implements FieldParserInterface
{
/**
* @return string
*/
public function getGraphic()
return (string) $this->xmlField->Data->Object->Default;
}