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 ReverseCategoriesTrait
{
/**
* If set to true, will draw series from right to left. The default is to draw left-to-right.
* This option is only supported for a discrete major axis.
*
* Default: false
*
* @var bool
*/
protected $reverseCategories;
/**
* @return $this
*/
public function setReverseCategories(bool $reverseCategories)
{
$this->reverseCategories = $reverseCategories;
return $this;
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace CMEN\GoogleChartsBundle\GoogleCharts\Options;
/**
* @author Christophe Meneses
*/
trait ReverseCategoriesTrait
{
/**
* If set to true, will draw series from right to left. The default is to draw left-to-right.
* This option is only supported for a discrete major axis.
*
* Default: false
*
* @var bool
*/
protected $reverseCategories;
/**
* @return $this
*/
public function setReverseCategories(bool $reverseCategories)
{
$this->reverseCategories = $reverseCategories;
return $this;
}
}
Function Calls
| None |
Stats
| MD5 | 5a1e37e64a3832e7d17fbfa47751e203 |
| Eval Count | 0 |
| Decode Time | 96 ms |