checkConfig() public méthode

Sanity checks for doubles in in contenttypes.
public checkConfig ( ) : boolean
Résultat boolean
 /**
  * Initialize the configuration value.
  */
 public function initialize()
 {
     if (!$this->checked) {
         $this->config->checkConfig();
         $this->checked = true;
         $this->data = $this->config->get($this->path, $this->default);
     }
 }