Returns whether this configuration object is new.
bool TRUE if this config object does not exist in storage.
public function isNew() { if (!$this->isLoaded) { $this ->load(); } return $this->isNew; }