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\ScatterChart; use CMEN\Goog..
Decoded Output download
<?php
namespace CMEN\GoogleChartsBundle\GoogleCharts\Options\ScatterChart;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\LineWidthTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\PointTrait;
/**
* @author Christophe Meneses
*/
class Series extends \CMEN\GoogleChartsBundle\GoogleCharts\Options\Series
{
use LineWidthTrait;
use PointTrait;
/**
* The description of the series to appear in the chart legend.
*
* @var string
*/
protected $labelInLegend;
/**
* @return $this
*/
public function setLabelInLegend(string $labelInLegend)
{
$this->labelInLegend = $labelInLegend;
return $this;
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace CMEN\GoogleChartsBundle\GoogleCharts\Options\ScatterChart;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\LineWidthTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\PointTrait;
/**
* @author Christophe Meneses
*/
class Series extends \CMEN\GoogleChartsBundle\GoogleCharts\Options\Series
{
use LineWidthTrait;
use PointTrait;
/**
* The description of the series to appear in the chart legend.
*
* @var string
*/
protected $labelInLegend;
/**
* @return $this
*/
public function setLabelInLegend(string $labelInLegend)
{
$this->labelInLegend = $labelInLegend;
return $this;
}
}
Function Calls
None |
Stats
MD5 | a3d10126afadc15967fab8ae8c349b85 |
Eval Count | 0 |
Decode Time | 110 ms |