for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Graze\CiffRenderer\Field\Parser;
class ParserGraphicPrimitive extends AbstractParser
{
/**
* @return string
*/
public function getShape()
return (string) $this->xmlField->Graphic->Primitive->Shape;
}
* @return int
public function getLineWeight()
return (int) $this->xmlField->Graphic->Primitive->LineW;