$isModified
$isModified : bool
Contains the Settings for the current Project.
getCustom() : array<string,bool|string>
A flexible list of settings that can be used by Writers, templates and more as additional settings.
Some writers or templates can have their own specific settings; this can be registered here and accessed in
various locations through the accessor {@see \phpDocumentor\Descriptor\ProjectDescriptor\ProjectDescriptor::getSettings()} or in the templates using
the project.settings.other
variable.