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\Material; use ..

Decoded Output download

<?php

namespace CMEN\GoogleChartsBundle\GoogleCharts\Options\ScatterChart\Material;

use CMEN\GoogleChartsBundle\GoogleCharts\Options\Material\Chart;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\Material\MaterialTrait;

/**
 * @author Christophe Meneses
 */
class ScatterChartOptions extends \CMEN\GoogleChartsBundle\GoogleCharts\Options\ScatterChart\ScatterChartOptions
{
    use MaterialTrait;

    public function __construct()
    {
        parent::__construct();

        $this->chart = new Chart();
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace CMEN\GoogleChartsBundle\GoogleCharts\Options\ScatterChart\Material;

use CMEN\GoogleChartsBundle\GoogleCharts\Options\Material\Chart;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\Material\MaterialTrait;

/**
 * @author Christophe Meneses
 */
class ScatterChartOptions extends \CMEN\GoogleChartsBundle\GoogleCharts\Options\ScatterChart\ScatterChartOptions
{
    use MaterialTrait;

    public function __construct()
    {
        parent::__construct();

        $this->chart = new Chart();
    }
}

Function Calls

None

Variables

None

Stats

MD5 414fe1a413df3d23d5857bdd81121f33
Eval Count 0
Decode Time 83 ms