-
- \DI\NotFoundException
+ \DI\NotFoundException
-
- \DI\DependencyException
+ \DI\DependencyException
-
\BumbleDocGen\LanguageHandler\Php\Parser\Entity\Exception\ReflectionException
diff --git a/docs/tech/4.pluginSystem/classes/PsrClassesStubberPlugin.md b/docs/tech/4.pluginSystem/classes/PsrClassesStubberPlugin.md
deleted file mode 100644
index 75c8cb27..00000000
--- a/docs/tech/4.pluginSystem/classes/PsrClassesStubberPlugin.md
+++ /dev/null
@@ -1,146 +0,0 @@
-
-
-
-
-
-
-
-
-
-```php
-namespace BumbleDocGen\LanguageHandler\Php\Plugin\CorePlugin\BasePhpStubber;
-
-final class PsrClassesStubberPlugin implements \BumbleDocGen\Core\Plugin\PluginInterface, \Symfony\Component\EventDispatcher\EventSubscriberInterface
-```
-
-Adding links to the documentation of PHP classes in the \Psr namespace
-
-
-
-
-
-
-
-Methods:
-
-
--
- getSubscribedEvents
- - Returns an array of event names this subscriber wants to listen to.
--
- onCheckIsClassEntityCanBeLoad
-
--
- onGettingResourceLink
-
-
-
-
-
-
-
-
-
-Method details:
-
-
-
-
-
-```php
-public static function getSubscribedEvents(): array;
-```
-
-
Returns an array of event names this subscriber wants to listen to.
-
-
Parameters: not specified
-
-
Return value: array
-
-
-
-
-
-
-
-
-```php
-public function onCheckIsClassEntityCanBeLoad(\BumbleDocGen\LanguageHandler\Php\Plugin\Event\Entity\OnCheckIsClassEntityCanBeLoad $event): void;
-```
-
-
-
-
Parameters:
-
-
-
-
Return value: void
-
-
-
-
-
-
-
-
-```php
-public function onGettingResourceLink(\BumbleDocGen\Core\Plugin\Event\Renderer\OnGettingResourceLink $event): void;
-```
-
-
-
-
Parameters:
-
-
-
-
Return value: void
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/tech/4.pluginSystem/classes/SymfonyComponentStubberPlugin.md b/docs/tech/4.pluginSystem/classes/StubberPlugin.md
similarity index 59%
rename from docs/tech/4.pluginSystem/classes/SymfonyComponentStubberPlugin.md
rename to docs/tech/4.pluginSystem/classes/StubberPlugin.md
index 204c24f4..e47ed002 100644
--- a/docs/tech/4.pluginSystem/classes/SymfonyComponentStubberPlugin.md
+++ b/docs/tech/4.pluginSystem/classes/StubberPlugin.md
@@ -1,8 +1,8 @@
-
+
@@ -10,18 +10,25 @@
```php
-namespace BumbleDocGen\LanguageHandler\Php\Plugin\CorePlugin\BasePhpStubber;
+namespace BumbleDocGen\LanguageHandler\Php\Plugin\CorePlugin\ComposerPackagesStubber;
-final class SymfonyComponentStubberPlugin implements \BumbleDocGen\Core\Plugin\PluginInterface, \Symfony\Component\EventDispatcher\EventSubscriberInterface
+final class StubberPlugin implements \BumbleDocGen\Core\Plugin\PluginInterface, \Symfony\Component\EventDispatcher\EventSubscriberInterface
```
-Adding links to the documentation of PHP classes in the \Symfony\Component namespace
+The plugin allows you to automatically provide links to github repositories for documented classes from libraries included in composer
+Initialization methods:
+
+
+-
+ __construct
+
+
Methods:
@@ -47,10 +54,47 @@ final class SymfonyComponentStubberPlugin implements \BumbleDocGen\Core\Plugin\P
+
+
+```php
+public function __construct(\BumbleDocGen\Core\Configuration\Configuration $configuration);
+```
+
+
+
+
Parameters:
+
+
+
+
+
+
+
+
+
```php
@@ -71,7 +115,7 @@ public static function getSubscribedEvents(): array;
```php
@@ -102,6 +146,13 @@ public function onCheckIsClassEntityCanBeLoad(\BumbleDocGen\LanguageHandler\Php\
Return value: void
+
Throws:
+
+
@@ -109,7 +160,7 @@ public function onCheckIsClassEntityCanBeLoad(\BumbleDocGen\LanguageHandler\Php\
```php
@@ -140,6 +191,13 @@ public function onGettingResourceLink(\BumbleDocGen\Core\Plugin\Event\Renderer\O
Return value: void
+
Throws:
+
+
diff --git a/docs/tech/4.pluginSystem/classes/TwigStubberPlugin.md b/docs/tech/4.pluginSystem/classes/TwigStubberPlugin.md
deleted file mode 100644
index 4f9da4f4..00000000
--- a/docs/tech/4.pluginSystem/classes/TwigStubberPlugin.md
+++ /dev/null
@@ -1,146 +0,0 @@
-
-
-
-
-
-
-
-
-
-```php
-namespace BumbleDocGen\LanguageHandler\Php\Plugin\CorePlugin\BasePhpStubber;
-
-final class TwigStubberPlugin implements \BumbleDocGen\Core\Plugin\PluginInterface, \Symfony\Component\EventDispatcher\EventSubscriberInterface
-```
-
-Adding links to the documentation of PHP classes in the \Twig namespace
-
-
-
-
-
-
-
-Methods:
-
-
--
- getSubscribedEvents
- - Returns an array of event names this subscriber wants to listen to.
--
- onCheckIsClassEntityCanBeLoad
-
--
- onGettingResourceLink
-
-
-
-
-
-
-
-
-
-Method details:
-
-
-
-
-
-```php
-public static function getSubscribedEvents(): array;
-```
-
-
Returns an array of event names this subscriber wants to listen to.
-
-
Parameters: not specified
-
-
Return value: array
-
-
-
-
-
-
-
-
-```php
-public function onCheckIsClassEntityCanBeLoad(\BumbleDocGen\LanguageHandler\Php\Plugin\Event\Entity\OnCheckIsClassEntityCanBeLoad $event): void;
-```
-
-
-
-
Parameters:
-
-
-
-
Return value: void
-
-
-
-
-
-
-
-
-```php
-public function onGettingResourceLink(\BumbleDocGen\Core\Plugin\Event\Renderer\OnGettingResourceLink $event): void;
-```
-
-
-
-
Parameters:
-
-
-
-
Return value: void
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/tech/4.pluginSystem/readme.md b/docs/tech/4.pluginSystem/readme.md
index 88447734..b93c5027 100644
--- a/docs/tech/4.pluginSystem/readme.md
+++ b/docs/tech/4.pluginSystem/readme.md
@@ -57,14 +57,14 @@ Plugins for any programming languages work regardless of which language handler
6) Relative reference to the entity document from the root directory of the documentation
- PageRstLinkerPlugin |
+ PageLinkerPlugin |
any |
|
- Adds URLs to empty links in rst format;
+ | Adds URLs to empty links in HTML format;
Links may contain:
1) Short entity name
2) Full entity name
@@ -74,25 +74,31 @@ Plugins for any programming languages work regardless of which language handler
6) Relative reference to the entity document from the root directory of the documentation |
- BasePhpStubberPlugin |
- PHP |
+ PageRstLinkerPlugin |
+ any |
|
- Adding links to type documentation and documentation of built-in PHP classes |
+ Adds URLs to empty links in rst format;
+ Links may contain:
+ 1) Short entity name
+ 2) Full entity name
+ 3) Relative link to the entity file from the root directory of the project
+ 4) Page title ( title )
+ 5) Template key ( BreadcrumbsHelper::getTemplateLinkKey() )
+ 6) Relative reference to the entity document from the root directory of the documentation |
- ComposerStubberPlugin |
+ BasePhpStubberPlugin |
PHP |
|
- Adding links to the documentation of PHP classes in the \Composer namespace |
+ Adding links to type documentation and documentation of built-in PHP classes |
PhpDocumentorStubberPlugin |
@@ -117,29 +123,7 @@ Plugins for any programming languages work regardless of which language handler
Adding links to the documentation of PHP classes in the \PHPUnit namespace |
- PsrClassesStubberPlugin |
- PHP |
-
-
- |
- Adding links to the documentation of PHP classes in the \Psr namespace |
-
-
- SymfonyComponentStubberPlugin |
- PHP |
-
-
- |
- Adding links to the documentation of PHP classes in the \Symfony\Component namespace |
-
-
- TwigStubberPlugin |
+ StubberPlugin |
PHP |
|
- Adding links to the documentation of PHP classes in the \Twig namespace |
+ The plugin allows you to automatically provide links to github repositories for documented classes from libraries included in composer |
EntityDocUnifiedPlacePlugin |
@@ -206,4 +190,4 @@ plugins:
-
Last page committer: fshcherbanich <filipp.shcherbanich@team.bumble.com>
Last modified date: Sat Sep 2 21:01:47 2023 +0300
Page content update date: Fri Oct 27 2023
Made with
Bumble Documentation Generator
\ No newline at end of file
+Last page committer: fshcherbanich <filipp.shcherbanich@team.bumble.com>
Last modified date: Sat Oct 28 11:03:31 2023 +0300
Page content update date: Tue Oct 31 2023
Made with Bumble Documentation Generator
\ No newline at end of file
diff --git a/docs/tech/classes/AddMissingDocBlocksCommand.md b/docs/tech/classes/AddMissingDocBlocksCommand.md
index b77d8002..447de151 100644
--- a/docs/tech/classes/AddMissingDocBlocksCommand.md
+++ b/docs/tech/classes/AddMissingDocBlocksCommand.md
@@ -947,9 +947,9 @@ public function run(\Symfony\Component\Console\Input\InputInterface $input, \Sym
See:
@@ -1089,7 +1089,7 @@ public function setCode(callable $code): static;
See:
diff --git a/docs/tech/classes/App.md b/docs/tech/classes/App.md
index d4fb7f20..e290ecfd 100644
--- a/docs/tech/classes/App.md
+++ b/docs/tech/classes/App.md
@@ -1294,7 +1294,7 @@ public function setDispatcher(\Symfony\Contracts\EventDispatcher\EventDispatcher
$dispatcher |
- \Symfony\Contracts\EventDispatcher\EventDispatcherInterface |
+ \Symfony\Contracts\EventDispatcher\EventDispatcherInterface |
- |
diff --git a/docs/tech/classes/BaseCommand.md b/docs/tech/classes/BaseCommand.md
index dc8b231f..75a7fd8e 100644
--- a/docs/tech/classes/BaseCommand.md
+++ b/docs/tech/classes/BaseCommand.md
@@ -945,9 +945,9 @@ public function run(\Symfony\Component\Console\Input\InputInterface $input, \Sym
See:
@@ -1087,7 +1087,7 @@ public function setCode(callable $code): static;
See:
diff --git a/docs/tech/classes/BasePageLinker.md b/docs/tech/classes/BasePageLinker.md
index 13b18ec5..e0876358 100644
--- a/docs/tech/classes/BasePageLinker.md
+++ b/docs/tech/classes/BasePageLinker.md
@@ -140,10 +140,10 @@ public function beforeCreatingDocFile(\BumbleDocGen\Core\Plugin\Event\Renderer\B
Throws:
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
- \DI\DependencyException
+ \DI\DependencyException
-
\BumbleDocGen\LanguageHandler\Php\Parser\Entity\Exception\ReflectionException
diff --git a/docs/tech/classes/BreadcrumbsHelper.md b/docs/tech/classes/BreadcrumbsHelper.md
index 6dd2ff0d..24e94018 100644
--- a/docs/tech/classes/BreadcrumbsHelper.md
+++ b/docs/tech/classes/BreadcrumbsHelper.md
@@ -156,10 +156,10 @@ public function getAllPageLinks(): array;
Throws:
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
- \DI\DependencyException
+ \DI\DependencyException
-
\BumbleDocGen\Core\Configuration\Exception\InvalidConfigurationParameterException
@@ -212,10 +212,10 @@ public function getBreadcrumbs(string $filePatch, bool $fromCurrent = true): arr
Throws:
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
- \DI\DependencyException
+ \DI\DependencyException
-
\BumbleDocGen\Core\Configuration\Exception\InvalidConfigurationParameterException
@@ -268,10 +268,10 @@ public function getBreadcrumbsForTemplates(string $filePatch, bool $fromCurrent
Throws:
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
- \DI\DependencyException
+ \DI\DependencyException
-
\BumbleDocGen\Core\Configuration\Exception\InvalidConfigurationParameterException
@@ -319,13 +319,13 @@ public function getPageDataByKey(string $key): array|null;
Throws:
@@ -370,13 +370,13 @@ public function getPageDocFileByKey(string $key): string|null;
Throws:
@@ -421,13 +421,13 @@ public function getPageLinkByKey(string $key): string|null;
Throws:
@@ -586,13 +586,13 @@ public function renderBreadcrumbs(string $currentPageTitle, string $filePatch, b
\Twig\Error\SyntaxError
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
\Twig\Error\RuntimeError
-
- \DI\DependencyException
+ \DI\DependencyException
-
\Twig\Error\LoaderError
diff --git a/docs/tech/classes/CacheablePhpEntityFactory.md b/docs/tech/classes/CacheablePhpEntityFactory.md
index 5551373d..f14af954 100644
--- a/docs/tech/classes/CacheablePhpEntityFactory.md
+++ b/docs/tech/classes/CacheablePhpEntityFactory.md
@@ -114,7 +114,7 @@ public function __construct(\BumbleDocGen\Core\Parser\Entity\Cache\CacheableEnti
$diContainer |
- \DI\Container |
+ \DI\Container |
- |
@@ -173,10 +173,10 @@ public function createClassEntity(\BumbleDocGen\LanguageHandler\Php\Parser\Entit
Throws:
@@ -226,10 +226,10 @@ public function createClassEntityByReflection(\Roave\BetterReflection\Reflection
Throws:
-
- \DI\DependencyException
+ \DI\DependencyException
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
\BumbleDocGen\Core\Configuration\Exception\InvalidConfigurationParameterException
@@ -297,10 +297,10 @@ public function createConstantEntity(\BumbleDocGen\LanguageHandler\Php\Parser\En
Throws:
@@ -350,10 +350,10 @@ public function createDynamicMethodEntity(\BumbleDocGen\LanguageHandler\Php\Pars
Throws:
@@ -413,10 +413,10 @@ public function createMethodEntity(\BumbleDocGen\LanguageHandler\Php\Parser\Enti
Throws:
@@ -476,10 +476,10 @@ public function createPropertyEntity(\BumbleDocGen\LanguageHandler\Php\Parser\En
Throws:
@@ -539,10 +539,10 @@ public function createSubClassEntity(string $subClassEntity, \BumbleDocGen\Langu
Throws:
@@ -597,10 +597,10 @@ public function createSubClassEntityByReflection(string $subClassEntity, \Roave\
Throws:
-
- \DI\DependencyException
+ \DI\DependencyException
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
\BumbleDocGen\Core\Configuration\Exception\InvalidConfigurationParameterException
diff --git a/docs/tech/classes/ClassEntity.md b/docs/tech/classes/ClassEntity.md
index 2dc5bdb2..dc2776d0 100644
--- a/docs/tech/classes/ClassEntity.md
+++ b/docs/tech/classes/ClassEntity.md
@@ -413,10 +413,10 @@ public function cursorToDocAttributeLinkFragment(string $cursor, bool $isForDocu
\BumbleDocGen\LanguageHandler\Php\Parser\Entity\Exception\ReflectionException
-
- \DI\DependencyException
+ \DI\DependencyException
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
\BumbleDocGen\Core\Configuration\Exception\InvalidConfigurationParameterException
@@ -726,13 +726,13 @@ public function getConstantEntity(string $constantName, bool $unsafe = true): \B
Throws:
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
\BumbleDocGen\LanguageHandler\Php\Parser\Entity\Exception\ReflectionException
-
- \DI\DependencyException
+ \DI\DependencyException
-
\BumbleDocGen\Core\Configuration\Exception\InvalidConfigurationParameterException
@@ -763,13 +763,13 @@ public function getConstantEntityCollection(): \BumbleDocGen\LanguageHandler\Php
Throws:
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
\BumbleDocGen\LanguageHandler\Php\Parser\Entity\Exception\ReflectionException
-
- \DI\DependencyException
+ \DI\DependencyException
-
\BumbleDocGen\Core\Configuration\Exception\InvalidConfigurationParameterException
@@ -862,13 +862,13 @@ public function getDescription(): string;
Throws:
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
\BumbleDocGen\LanguageHandler\Php\Parser\Entity\Exception\ReflectionException
-
- \DI\DependencyException
+ \DI\DependencyException
-
\BumbleDocGen\Core\Configuration\Exception\InvalidConfigurationParameterException
@@ -932,13 +932,13 @@ public function getDocBlock(): \phpDocumentor\Reflection\DocBlock;
Throws:
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
\BumbleDocGen\LanguageHandler\Php\Parser\Entity\Exception\ReflectionException
-
- \DI\DependencyException
+ \DI\DependencyException
-
\BumbleDocGen\Core\Configuration\Exception\InvalidConfigurationParameterException
@@ -1002,10 +1002,10 @@ public function getDocCommentEntity(): \BumbleDocGen\LanguageHandler\Php\Parser\
Throws:
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
- \DI\DependencyException
+ \DI\DependencyException
-
\BumbleDocGen\LanguageHandler\Php\Parser\Entity\Exception\ReflectionException
@@ -1495,10 +1495,10 @@ public function getMethodEntity(string $methodName, bool $unsafe = true): \Bumbl
Throws:
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
- \DI\DependencyException
+ \DI\DependencyException
-
\BumbleDocGen\Core\Configuration\Exception\InvalidConfigurationParameterException
@@ -1532,13 +1532,13 @@ public function getMethodEntityCollection(): \BumbleDocGen\LanguageHandler\Php\P
Throws:
-
- \DI\DependencyException
+ \DI\DependencyException
-
\BumbleDocGen\Core\Configuration\Exception\InvalidConfigurationParameterException
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
\BumbleDocGen\LanguageHandler\Php\Parser\Entity\Exception\ReflectionException
@@ -1909,10 +1909,10 @@ public function getPropertyEntity(string $propertyName, bool $unsafe = true): \B
Throws:
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
- \DI\DependencyException
+ \DI\DependencyException
-
\BumbleDocGen\Core\Configuration\Exception\InvalidConfigurationParameterException
@@ -1946,13 +1946,13 @@ public function getPropertyEntityCollection(): \BumbleDocGen\LanguageHandler\Php
Throws:
-
- \DI\DependencyException
+ \DI\DependencyException
-
\BumbleDocGen\Core\Configuration\Exception\InvalidConfigurationParameterException
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
\BumbleDocGen\LanguageHandler\Php\Parser\Entity\Exception\ReflectionException
diff --git a/docs/tech/classes/ClassEntityCollection.md b/docs/tech/classes/ClassEntityCollection.md
index 39b14072..bf0098f0 100644
--- a/docs/tech/classes/ClassEntityCollection.md
+++ b/docs/tech/classes/ClassEntityCollection.md
@@ -1065,10 +1065,10 @@ public function internalGetLoadedOrCreateNew(string $objectName, bool $withAddCl
Throws:
@@ -1119,10 +1119,10 @@ public function loadClassEntities(): void;
Throws:
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
- \DI\DependencyException
+ \DI\DependencyException
-
\BumbleDocGen\LanguageHandler\Php\Parser\Entity\Exception\ReflectionException
diff --git a/docs/tech/classes/Configuration.md b/docs/tech/classes/Configuration.md
index cddf6c1a..5982a656 100644
--- a/docs/tech/classes/Configuration.md
+++ b/docs/tech/classes/Configuration.md
@@ -170,10 +170,10 @@ public function getAdditionalConsoleCommands(): \BumbleDocGen\Console\Command\Ad
Throws:
-
- \DI\DependencyException
+ \DI\DependencyException
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
\BumbleDocGen\Core\Configuration\Exception\InvalidConfigurationParameterException
@@ -281,10 +281,10 @@ public function getLanguageHandlersCollection(): \BumbleDocGen\LanguageHandler\L
Throws:
-
- \DI\DependencyException
+ \DI\DependencyException
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
\BumbleDocGen\Core\Configuration\Exception\InvalidConfigurationParameterException
@@ -371,13 +371,13 @@ public function getPageLinkProcessor(): \BumbleDocGen\Core\Renderer\PageLinkProc
Throws:
@@ -405,13 +405,13 @@ public function getPlugins(): \BumbleDocGen\Core\Plugin\PluginsCollection;
Throws:
@@ -467,13 +467,13 @@ public function getSourceLocators(): \BumbleDocGen\Core\Parser\SourceLocator\Sou
Throws:
@@ -529,10 +529,10 @@ public function getTwigFilters(): \BumbleDocGen\Core\Renderer\Twig\Filter\Custom
Throws:
-
- \DI\DependencyException
+ \DI\DependencyException
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
\BumbleDocGen\Core\Configuration\Exception\InvalidConfigurationParameterException
@@ -563,13 +563,13 @@ public function getTwigFunctions(): \BumbleDocGen\Core\Renderer\Twig\Function\Cu
Throws:
diff --git a/docs/tech/classes/ConfigurationParameterBag.md b/docs/tech/classes/ConfigurationParameterBag.md
index 2372c1e7..5e2eeadf 100644
--- a/docs/tech/classes/ConfigurationParameterBag.md
+++ b/docs/tech/classes/ConfigurationParameterBag.md
@@ -675,10 +675,10 @@ public function validateAndGetClassListValue(string $parameterName, string $clas
Throws:
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
- \DI\DependencyException
+ \DI\DependencyException
-
\BumbleDocGen\Core\Configuration\Exception\InvalidConfigurationParameterException
@@ -731,13 +731,13 @@ public function validateAndGetClassValue(string $parameterName, string $classInt
Throws:
diff --git a/docs/tech/classes/ConstantEntityCollection.md b/docs/tech/classes/ConstantEntityCollection.md
index d9d73c88..4bca354d 100644
--- a/docs/tech/classes/ConstantEntityCollection.md
+++ b/docs/tech/classes/ConstantEntityCollection.md
@@ -316,10 +316,10 @@ public function loadConstantEntities(): void;
Throws:
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
- \DI\DependencyException
+ \DI\DependencyException
-
\BumbleDocGen\LanguageHandler\Php\Parser\Entity\Exception\ReflectionException
@@ -410,13 +410,13 @@ public function unsafeGet(string $constantName): \BumbleDocGen\LanguageHandler\P
Throws:
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
\BumbleDocGen\LanguageHandler\Php\Parser\Entity\Exception\ReflectionException
-
- \DI\DependencyException
+ \DI\DependencyException
-
\BumbleDocGen\Core\Configuration\Exception\InvalidConfigurationParameterException
diff --git a/docs/tech/classes/DocGenerator.md b/docs/tech/classes/DocGenerator.md
index e341c957..486ecaeb 100644
--- a/docs/tech/classes/DocGenerator.md
+++ b/docs/tech/classes/DocGenerator.md
@@ -141,7 +141,7 @@ public function __construct(\Symfony\Component\Filesystem\Filesystem $fs, \Symfo
$logger |
- \Monolog\Logger |
+ \Monolog\Logger |
- |
@@ -173,10 +173,10 @@ public function addMissingDocBlocks(): void;
Throws:
@@ -216,13 +216,13 @@ public function fillInReadmeMdTemplate(): void;
\BumbleDocGen\LanguageHandler\Php\Parser\Entity\Exception\ReflectionException
-
- \DI\DependencyException
+ \DI\DependencyException
-
- \Tectalic\OpenAi\ClientException
+ \Tectalic\OpenAi\ClientException
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
\BumbleDocGen\Core\Configuration\Exception\InvalidConfigurationParameterException
@@ -284,16 +284,16 @@ public function generateProjectTemplatesStructure(): void;
Throws:
-
- \Tectalic\OpenAi\ClientException
+ \Tectalic\OpenAi\ClientException
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
\BumbleDocGen\LanguageHandler\Php\Parser\Entity\Exception\ReflectionException
-
- \DI\DependencyException
+ \DI\DependencyException
-
\BumbleDocGen\Core\Configuration\Exception\InvalidConfigurationParameterException
@@ -324,10 +324,10 @@ public function parseAndGetRootEntityCollectionsGroup(): \BumbleDocGen\Core\Pars
Throws:
-
- \DI\DependencyException
+ \DI\DependencyException
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
\BumbleDocGen\Core\Configuration\Exception\InvalidConfigurationParameterException
diff --git a/docs/tech/classes/DocGeneratorFactory.md b/docs/tech/classes/DocGeneratorFactory.md
index d5b6cbbe..cf8dbf0d 100644
--- a/docs/tech/classes/DocGeneratorFactory.md
+++ b/docs/tech/classes/DocGeneratorFactory.md
@@ -134,10 +134,10 @@ public function create(string|null ...$configurationFiles): \BumbleDocGen\DocGen
Throws:
-
- \DI\DependencyException
+ \DI\DependencyException
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
\Exception
@@ -185,10 +185,10 @@ public function createByConfigArray(array $config): \BumbleDocGen\DocGenerator;
Throws:
-
- \DI\DependencyException
+ \DI\DependencyException
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
\Exception
@@ -236,10 +236,10 @@ public function createConfiguration(string ...$configurationFiles): \BumbleDocGe
Throws:
-
- \DI\DependencyException
+ \DI\DependencyException
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
\Exception
diff --git a/docs/tech/classes/DrawClassMap.md b/docs/tech/classes/DrawClassMap.md
index ccf8be21..5d32d7ff 100644
--- a/docs/tech/classes/DrawClassMap.md
+++ b/docs/tech/classes/DrawClassMap.md
@@ -162,13 +162,13 @@ public function __invoke(\BumbleDocGen\LanguageHandler\Php\Parser\Entity\ClassEn
Throws:
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
\BumbleDocGen\LanguageHandler\Php\Parser\Entity\Exception\ReflectionException
-
- \DI\DependencyException
+ \DI\DependencyException
-
\BumbleDocGen\Core\Configuration\Exception\InvalidConfigurationParameterException
@@ -264,13 +264,13 @@ public function getDirectoryStructure(\BumbleDocGen\LanguageHandler\Php\Parser\E
Throws:
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
\BumbleDocGen\LanguageHandler\Php\Parser\Entity\Exception\ReflectionException
-
- \DI\DependencyException
+ \DI\DependencyException
-
\BumbleDocGen\Core\Configuration\Exception\InvalidConfigurationParameterException
diff --git a/docs/tech/classes/DrawDocumentationMenu.md b/docs/tech/classes/DrawDocumentationMenu.md
index 218ba8c4..bf71bb15 100644
--- a/docs/tech/classes/DrawDocumentationMenu.md
+++ b/docs/tech/classes/DrawDocumentationMenu.md
@@ -190,10 +190,10 @@ public function __invoke(string|null $startPageKey = null, int|null $maxDeep = n
Throws:
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
- \DI\DependencyException
+ \DI\DependencyException
-
\BumbleDocGen\Core\Configuration\Exception\InvalidConfigurationParameterException
diff --git a/docs/tech/classes/DrawDocumentedEntityLink.md b/docs/tech/classes/DrawDocumentedEntityLink.md
index 36f4b439..1eeb445b 100644
--- a/docs/tech/classes/DrawDocumentedEntityLink.md
+++ b/docs/tech/classes/DrawDocumentedEntityLink.md
@@ -166,13 +166,13 @@ public function __invoke(\BumbleDocGen\Core\Parser\Entity\RootEntityInterface $e
Throws:
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
\BumbleDocGen\LanguageHandler\Php\Parser\Entity\Exception\ReflectionException
-
- \DI\DependencyException
+ \DI\DependencyException
-
\BumbleDocGen\Core\Configuration\Exception\InvalidConfigurationParameterException
diff --git a/docs/tech/classes/FillInReadmeMdTemplateCommand.md b/docs/tech/classes/FillInReadmeMdTemplateCommand.md
index 0a39b3e8..197457d3 100644
--- a/docs/tech/classes/FillInReadmeMdTemplateCommand.md
+++ b/docs/tech/classes/FillInReadmeMdTemplateCommand.md
@@ -947,9 +947,9 @@ public function run(\Symfony\Component\Console\Input\InputInterface $input, \Sym
See:
@@ -1089,7 +1089,7 @@ public function setCode(callable $code): static;
See:
diff --git a/docs/tech/classes/GenerateCommand.md b/docs/tech/classes/GenerateCommand.md
index ebffac9c..ba689bbf 100644
--- a/docs/tech/classes/GenerateCommand.md
+++ b/docs/tech/classes/GenerateCommand.md
@@ -947,9 +947,9 @@ public function run(\Symfony\Component\Console\Input\InputInterface $input, \Sym
See:
@@ -1089,7 +1089,7 @@ public function setCode(callable $code): static;
See:
diff --git a/docs/tech/classes/GeneratePageBreadcrumbs.md b/docs/tech/classes/GeneratePageBreadcrumbs.md
index 8aa0fd06..4151e4ec 100644
--- a/docs/tech/classes/GeneratePageBreadcrumbs.md
+++ b/docs/tech/classes/GeneratePageBreadcrumbs.md
@@ -163,7 +163,7 @@ public function __invoke(string $currentPageTitle, string $templatePath, bool $s
\Twig\Error\RuntimeError
-
- \DI\DependencyException
+ \DI\DependencyException
-
\Twig\Error\LoaderError
@@ -172,7 +172,7 @@ public function __invoke(string $currentPageTitle, string $templatePath, bool $s
\Twig\Error\SyntaxError
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
\BumbleDocGen\Core\Configuration\Exception\InvalidConfigurationParameterException
diff --git a/docs/tech/classes/GenerateProjectTemplatesStructureCommand.md b/docs/tech/classes/GenerateProjectTemplatesStructureCommand.md
index e68b5658..f34f515b 100644
--- a/docs/tech/classes/GenerateProjectTemplatesStructureCommand.md
+++ b/docs/tech/classes/GenerateProjectTemplatesStructureCommand.md
@@ -947,9 +947,9 @@ public function run(\Symfony\Component\Console\Input\InputInterface $input, \Sym
See:
@@ -1089,7 +1089,7 @@ public function setCode(callable $code): static;
See:
diff --git a/docs/tech/classes/GenerationErrorsHandler.md b/docs/tech/classes/GenerationErrorsHandler.md
index e8d0e447..4c08c9f0 100644
--- a/docs/tech/classes/GenerationErrorsHandler.md
+++ b/docs/tech/classes/GenerationErrorsHandler.md
@@ -289,7 +289,7 @@ public function getFormatter(): \Monolog\Formatter\FormatterInterface;
Parameters: not specified
-Return value: \Monolog\Formatter\FormatterInterface
+Return value: \Monolog\Formatter\FormatterInterface
@@ -516,7 +516,7 @@ public function pushProcessor(callable $callback): \Monolog\Handler\HandlerInter
-Return value: \Monolog\Handler\HandlerInterface
+Return value: \Monolog\Handler\HandlerInterface
@@ -614,13 +614,13 @@ public function setFormatter(\Monolog\Formatter\FormatterInterface $formatter):
$formatter |
- \Monolog\Formatter\FormatterInterface |
+ \Monolog\Formatter\FormatterInterface |
- |
-Return value: \Monolog\Handler\HandlerInterface
+Return value: \Monolog\Handler\HandlerInterface
@@ -654,7 +654,7 @@ public function setLevel(\Monolog\Handler\Level|\Monolog\Handler\LevelName|\Psr\
$level |
- \Monolog\Handler\Level | \Monolog\Handler\LevelName | \Psr\Log\LogLevel::* |
+ \Monolog\Handler\Level | \Monolog\Handler\LevelName | \Psr\Log\LogLevel::* |
Level or level name |
diff --git a/docs/tech/classes/GetClassMethodsBodyCode.md b/docs/tech/classes/GetClassMethodsBodyCode.md
index 675d4b5a..3a055ac8 100644
--- a/docs/tech/classes/GetClassMethodsBodyCode.md
+++ b/docs/tech/classes/GetClassMethodsBodyCode.md
@@ -154,10 +154,10 @@ public function __invoke(string $className, array $methodsNames): string|null;
\BumbleDocGen\LanguageHandler\Php\Parser\Entity\Exception\ReflectionException
-
- \DI\DependencyException
+ \DI\DependencyException
-
- \DI\NotFoundException
+ \DI\NotFoundException
-
\BumbleDocGen\Core\Configuration\Exception\InvalidConfigurationParameterException
diff --git a/docs/tech/classes/GetDocumentationPageUrl.md b/docs/tech/classes/GetDocumentationPageUrl.md
index 8774e3b2..fa66f1ed 100644
--- a/docs/tech/classes/GetDocumentationPageUrl.md
+++ b/docs/tech/classes/GetDocumentationPageUrl.md
@@ -174,13 +174,13 @@ public function __invoke(string $key): string;
Throws:
diff --git a/docs/tech/classes/GetDocumentedEntityUrl.md b/docs/tech/classes/GetDocumentedEntityUrl.md
index 4b2ed26b..c0e96456 100644
--- a/docs/tech/classes/GetDocumentedEntityUrl.md
+++ b/docs/tech/classes/GetDocumentedEntityUrl.md
@@ -143,7 +143,7 @@ public function __construct(\BumbleDocGen\Core\Renderer\RendererHelper $renderer
$logger |
- \Monolog\Logger |
+ \Monolog\Logger |
- |
@@ -208,13 +208,13 @@ public function __invoke(\BumbleDocGen\Core\Parser\Entity\RootEntityCollection $
Throws: