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 WidthTrait
{
    /**
     * Width of the element, in pixels.
     *
     * Default: width of the containing element
     *
     * @var int
     */
    protected $width;

    /**
     * @return $this
     */
    public function setWidth(int $width)
    {
        $this->width = $width;

        return $this;
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace CMEN\GoogleChartsBundle\GoogleCharts\Options;

/**
 * @author Christophe Meneses
 */
trait WidthTrait
{
    /**
     * Width of the element, in pixels.
     *
     * Default: width of the containing element
     *
     * @var int
     */
    protected $width;

    /**
     * @return $this
     */
    public function setWidth(int $width)
    {
        $this->width = $width;

        return $this;
    }
}

Function Calls

None

Variables

None

Stats

MD5 eb9b639c7965146abd3460541a16749a
Eval Count 0
Decode Time 118 ms