public function __construct($name, $file_path)
 {
     $this->name = $name;
     if (OnePanelConfig::CheckFileProperty($file_path)) {
         $this->file_path =& $file_path;
     }
 }