Skip to content

Commit d0eae21

Browse files
committed
Update documentation
Add ArticleDetail and ContainerDetail
1 parent c4cbf7e commit d0eae21

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

contrib/ReadmeGenerator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ private function getClassmap(ReadmeDocument $readmeDocument): array
151151
$readmeDocumentStruct = new ReadmeDocument(
152152
[
153153
'Scn\EvalancheSoapStruct\Struct\Account',
154+
'Scn\EvalancheSoapStruct\Struct\Article',
154155
'Scn\EvalancheSoapStruct\Struct\Blacklist',
155156
'Scn\EvalancheSoapStruct\Struct\Container',
156157
'Scn\EvalancheSoapStruct\Struct\Form',

docs/index.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,21 @@ Discount(
6666
float <price>
6767
)
6868
```
69+
### Article
70+
##### ArticleDetail
71+
Contains detailed information about a specific article<br>
72+
73+
```
74+
ArticleDetail(
75+
int <id>
76+
string <name>
77+
string <url>
78+
int <typeId>
79+
int <folderId>
80+
int <mandatorId>
81+
int <articleTypeId>
82+
)
83+
```
6984
### Blacklist
7085
##### BlackList
7186
Represents a list of BlackListItems for one specific mandator.<br>
@@ -135,6 +150,20 @@ ContainerAttributeRoleType(
135150
string <name>
136151
)
137152
```
153+
##### ContainerDetail
154+
Contains detailed information about a specific container<br>
155+
156+
```
157+
ContainerDetail(
158+
int <id>
159+
string <name>
160+
string <url>
161+
int <typeId>
162+
int <folderId>
163+
int <mandatorId>
164+
int <containerTypeId>
165+
)
166+
```
138167
### Form
139168
##### FormConfiguration
140169
Contains information about the configuration of a specific form<br>

0 commit comments

Comments
 (0)