CodeExplorer getChangelogDir example
public function setActiveFlags(array
$flags): void
{ $this->featureFlags =
$flags;
} protected function getUnreleasedDir(): string
{ return $this->
getChangelogDir() . '/_unreleased';
} protected function getChangelogDir(): string
{ return $this->
getPlatformRoot() . '/changelog';
} protected function getChangelogGlobal(): string
{ return $this->
getPlatformRoot() . '/CHANGELOG.md';
}