File tree Expand file tree Collapse file tree 5 files changed +10
-12
lines changed Expand file tree Collapse file tree 5 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 1- ## Class { {name } }
1+ ## 📦 Class { {classname } }
22
33```txt
44{ {comment} }
55```
66
7- ## Properties
7+ ## 🔶 Properties
88
99{ {properties.tpl} }
1010
11- ## Methods
11+ ## 🔷 Methods
1212
13- { {methods.tpl} }
14-
15- ---
13+ { {methods.tpl} }---
1614Generated with Axels PHP class doc parser.
Original file line number Diff line number Diff line change 1- ### { {type} }{ {name} }
1+ ### 🔹 { {type} }{ {name} }()
22
33{ {comment} }
44
5+ **Return**: `{ {returntype} }`
6+
57**Parameters**: **{ {parameters_count} }** (required: { {parameters_required} })
68
79{ {parameters.tpl} }
8- **Return**: { {returntype} }
9-
Original file line number Diff line number Diff line change 1- { {string} } | { {type} } | { {phpdoc_descr} }
1+ | { {string} } | ` { {type} }` | { {phpdoc_descr} }
Original file line number Diff line number Diff line change 11| Parameter | Type | Description
22|-- |-- |--
3- { {parameter.tpl} }
3+ { {parameter.tpl} }
Original file line number Diff line number Diff line change 1- ### { {type} }${ {name} }
1+ ### 🔸 { {type} }${ {name} }
22
33{ {comment} }
44
You can’t perform that action at this time.
0 commit comments