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 AdvancedTextStyle extends MediumTextStyle
{
    use OpacityTrait;

    /**
     * Color of the text outline.
     *
     * @var string
     */
    protected $auraColor;

    /**
     * @return $this
     */
    public function setAuraColor(string $auraColor)
    {
        $this->auraColor = $auraColor;

        return $this;
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace CMEN\GoogleChartsBundle\GoogleCharts\Options;

/**
 * @author Christophe Meneses
 */
class AdvancedTextStyle extends MediumTextStyle
{
    use OpacityTrait;

    /**
     * Color of the text outline.
     *
     * @var string
     */
    protected $auraColor;

    /**
     * @return $this
     */
    public function setAuraColor(string $auraColor)
    {
        $this->auraColor = $auraColor;

        return $this;
    }
}

Function Calls

None

Variables

None

Stats

MD5 2c75b8d93bb9c4cb1bc0ba40986bf27e
Eval Count 0
Decode Time 110 ms