Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php namespace CMEN\GoogleChartsBundle\GoogleCharts\Options; /** * @author Christophe ..
Decoded Output download
<?php
namespace CMEN\GoogleChartsBundle\GoogleCharts\Options;
/**
* @author Christophe Meneses
*/
trait PointShapeTrait
{
/**
* The shape of individual data elements: 'circle', 'triangle', 'square', 'diamond', 'star', or 'polygon'.
*
* Default: 'circle'
*
* @var string
*/
protected $pointShape;
/**
* @return $this
*/
public function setPointShape(string $pointShape)
{
$this->pointShape = $pointShape;
return $this;
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace CMEN\GoogleChartsBundle\GoogleCharts\Options;
/**
* @author Christophe Meneses
*/
trait PointShapeTrait
{
/**
* The shape of individual data elements: 'circle', 'triangle', 'square', 'diamond', 'star', or 'polygon'.
*
* Default: 'circle'
*
* @var string
*/
protected $pointShape;
/**
* @return $this
*/
public function setPointShape(string $pointShape)
{
$this->pointShape = $pointShape;
return $this;
}
}
Function Calls
| None |
Stats
| MD5 | e921d243daaa956e787622cf7a1da256 |
| Eval Count | 0 |
| Decode Time | 125 ms |