Sindbad~EG File Manager

Current Path : /home/admin/groupe2.blog.lppelm.o2switch.site/wp-content/themes/neve/inc/customizer/types/
Upload File :
Current File : /home/admin/groupe2.blog.lppelm.o2switch.site/wp-content/themes/neve/inc/customizer/types/panel.php

<?php
/**
 * Customizer panel type enforcement
 *
 * @package Neve\Customizer\Types
 */

namespace Neve\Customizer\Types;

/**
 * Class Panel
 *
 * @package Neve\Customizer\Types
 */
class Panel {
	/**
	 * ID of panel
	 *
	 * @var string the control ID.
	 */
	public $id;

	/**
	 * Args for panel instance.
	 *
	 * @var array args passed into panel instance.
	 */
	public $args = array();

	/**
	 * Constructor.
	 *
	 * @param string $id   the control id.
	 * @param array  $args the panel args.
	 */
	public function __construct( $id, $args ) {
		$this->id   = $id;
		$this->args = $args;
	}
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists