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 ForceIFrameTrait
{
/**
* Draws the chart inside an inline frame. (Note that on IE8, this option is ignored; all IE8 charts are drawn
* in i-frames.).
*
* Default: false
*
* @var bool
*/
protected $forceIFrame;
/**
* @return $this
*/
public function setForceIFrame(bool $forceIFrame)
{
$this->forceIFrame = $forceIFrame;
return $this;
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace CMEN\GoogleChartsBundle\GoogleCharts\Options;
/**
* @author Christophe Meneses
*/
trait ForceIFrameTrait
{
/**
* Draws the chart inside an inline frame. (Note that on IE8, this option is ignored; all IE8 charts are drawn
* in i-frames.).
*
* Default: false
*
* @var bool
*/
protected $forceIFrame;
/**
* @return $this
*/
public function setForceIFrame(bool $forceIFrame)
{
$this->forceIFrame = $forceIFrame;
return $this;
}
}
Function Calls
None |
Stats
MD5 | 2fd8912149f46f6a74bcadb4b8d732ff |
Eval Count | 0 |
Decode Time | 90 ms |