Contao\CoreBundle\DependencyInjection\Configuration::__construct PHP Method

__construct() public method

Constructor.
public __construct ( boolean $debug )
$debug boolean
    public function __construct($debug)
    {
        $this->debug = (bool) $debug;
    }