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\Diff\DiffBarChart; /** * @..
Decoded Output download
<?php
namespace CMEN\GoogleChartsBundle\GoogleCharts\Options\Diff\DiffBarChart;
/**
* @author Christophe Meneses
*/
class NewData
{
/**
* Let you control the relative width of the old and new bars.
*
* @var float
*/
protected $widthFactor;
/**
* @return $this
*/
public function setWidthFactor(float $widthFactor)
{
$this->widthFactor = $widthFactor;
return $this;
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace CMEN\GoogleChartsBundle\GoogleCharts\Options\Diff\DiffBarChart;
/**
* @author Christophe Meneses
*/
class NewData
{
/**
* Let you control the relative width of the old and new bars.
*
* @var float
*/
protected $widthFactor;
/**
* @return $this
*/
public function setWidthFactor(float $widthFactor)
{
$this->widthFactor = $widthFactor;
return $this;
}
}
Function Calls
None |
Stats
MD5 | d969130256901a89a16a77272a849695 |
Eval Count | 0 |
Decode Time | 104 ms |