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\SankeyDiagram; use CMEN\Goo..
Decoded Output download
<?php
namespace CMEN\GoogleChartsBundle\GoogleCharts\Options\SankeyDiagram;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\BoldTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\ColorTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\FontNameTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\FontSizeTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\ItalicTrait;
/**
* @author Christophe Meneses
*/
class Label
{
use ColorTrait;
use FontNameTrait;
use FontSizeTrait;
use BoldTrait;
use ItalicTrait;
}
?>
Did this file decode correctly?
Original Code
<?php
namespace CMEN\GoogleChartsBundle\GoogleCharts\Options\SankeyDiagram;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\BoldTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\ColorTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\FontNameTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\FontSizeTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\ItalicTrait;
/**
* @author Christophe Meneses
*/
class Label
{
use ColorTrait;
use FontNameTrait;
use FontSizeTrait;
use BoldTrait;
use ItalicTrait;
}
Function Calls
| None |
Stats
| MD5 | adbfb53f3836199a8959d03da4a4e350 |
| Eval Count | 0 |
| Decode Time | 114 ms |