@@ -8,39 +8,39 @@ This is an automatically generated documentation for **Pizza Place (Example docu
88
99#### Classes
1010
11- | Class | Description |
12- | ------------------------------------------------------------------------------| ------------------------------|
13- | [ ` AbstractProduct ` ] ( ./classes/PhpDocumentorMarkdown/Example/AbstractProduct ) | Base class for all products. |
14- | [ ` Pizza ` ] ( ./classes/PhpDocumentorMarkdown/Example/Pizza ) | A pizza \| pie's. |
11+ | Class | Description |
12+ | --------------------------------------------------------------------------------- | ------------------------------|
13+ | [ ` AbstractProduct ` ] ( ./classes/PhpDocumentorMarkdown/Example/AbstractProduct.md ) | Base class for all products. |
14+ | [ ` Pizza ` ] ( ./classes/PhpDocumentorMarkdown/Example/Pizza.md ) | A pizza \| pie's. |
1515
1616#### Traits
1717
18- | Trait | Description |
19- | ------------------------------------------------------------------------------| ---------------------------------|
20- | [ ` ReviewableTrait ` ] ( ./classes/PhpDocumentorMarkdown/Example/ReviewableTrait ) | A trait for reviewable objects. |
18+ | Trait | Description |
19+ | --------------------------------------------------------------------------------- | ---------------------------------|
20+ | [ ` ReviewableTrait ` ] ( ./classes/PhpDocumentorMarkdown/Example/ReviewableTrait.md ) | A trait for reviewable objects. |
2121
2222#### Interfaces
2323
24- | Interface | Description |
25- | --------------------------------------------------------------------------------| --------------------------|
26- | [ ` Arrayable ` ] ( ./classes/PhpDocumentorMarkdown/Example/Arrayable ) | |
27- | [ ` ManyInterfaces ` ] ( ./classes/PhpDocumentorMarkdown/Example/ManyInterfaces ) | A ManyInterfaces |
28- | [ ` ProductInterface ` ] ( ./classes/PhpDocumentorMarkdown/Example/ProductInterface ) | Interface for a product. |
24+ | Interface | Description |
25+ | ----------------------------------------------------------------------------------- | --------------------------|
26+ | [ ` Arrayable ` ] ( ./classes/PhpDocumentorMarkdown/Example/Arrayable.md ) | |
27+ | [ ` ManyInterfaces ` ] ( ./classes/PhpDocumentorMarkdown/Example/ManyInterfaces.md ) | A ManyInterfaces |
28+ | [ ` ProductInterface ` ] ( ./classes/PhpDocumentorMarkdown/Example/ProductInterface.md ) | Interface for a product. |
2929
3030### \PhpDocumentorMarkdown\Example\Pizza
3131
3232#### Classes
3333
34- | Class | Description |
35- | ----------------------------------------------------------------| --------------------------|
36- | [ ` Base ` ] ( ./classes/PhpDocumentorMarkdown/Example/Pizza/Base ) | Represents a pizza base. |
37- | [ ` Sauce ` ] ( ./classes/PhpDocumentorMarkdown/Example/Pizza/Sauce ) | Pizza sauce class. |
34+ | Class | Description |
35+ | ------------------------------------------------------------------- | --------------------------|
36+ | [ ` Base ` ] ( ./classes/PhpDocumentorMarkdown/Example/Pizza/Base.md ) | Represents a pizza base. |
37+ | [ ` Sauce ` ] ( ./classes/PhpDocumentorMarkdown/Example/Pizza/Sauce.md ) | Pizza sauce class. |
3838
3939### \PhpDocumentorMarkdown\Functions
4040
4141#### Functions
4242
43- | Function | Description |
44- | --------------------------------------------------------------------------| --------------------------------------------------|
45- | [ ` mockFunctionWithParameters() ` ] ( ./functions/mockFunctionWithParameters ) | Mock function to demonstrate parameter handling. |
46- | [ ` getDatabaseConfig() ` ] ( ./functions/getDatabaseConfig ) | Get database configuration. |
43+ | Function | Description |
44+ | ----------------------------------------------------------------------------- | --------------------------------------------------|
45+ | [ ` mockFunctionWithParameters() ` ] ( ./functions/mockFunctionWithParameters.md ) | Mock function to demonstrate parameter handling. |
46+ | [ ` getDatabaseConfig() ` ] ( ./functions/getDatabaseConfig.md ) | Get database configuration. |
0 commit comments