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
*/
class LineOptions extends AdvancedChartOptions
{
use AggregationTargetTrait;
use LineDashStyleTrait;
use LineWidthTrait;
use PointTrait;
/**
* @var AdvancedTooltip
*/
protected $tooltip;
public function __construct()
{
parent::__construct();
$this->tooltip = new AdvancedTooltip();
}
public function getTooltip(): AdvancedTooltip
{
return $this->tooltip;
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace CMEN\GoogleChartsBundle\GoogleCharts\Options;
/**
* @author Christophe Meneses
*/
class LineOptions extends AdvancedChartOptions
{
use AggregationTargetTrait;
use LineDashStyleTrait;
use LineWidthTrait;
use PointTrait;
/**
* @var AdvancedTooltip
*/
protected $tooltip;
public function __construct()
{
parent::__construct();
$this->tooltip = new AdvancedTooltip();
}
public function getTooltip(): AdvancedTooltip
{
return $this->tooltip;
}
}
Function Calls
None |
Stats
MD5 | aa33ce938327eafb8420a47dbecb8af0 |
Eval Count | 0 |
Decode Time | 92 ms |