Skip to content
This repository was archived by the owner on Jun 2, 2022. It is now read-only.

Commit 995bb0f

Browse files
committed
docs: regenerate documentation
1 parent d51890c commit 995bb0f

File tree

6 files changed

+6
-142
lines changed

6 files changed

+6
-142
lines changed

docs/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
- [NamespacesCollection](./spaceonfire/SimplePhpApiDoc/Elements/Collections/NamespacesCollection.md)
2929
- [PropertiesCollection](./spaceonfire/SimplePhpApiDoc/Elements/Collections/PropertiesCollection.md)
3030
- [TraitsCollection](./spaceonfire/SimplePhpApiDoc/Elements/Collections/TraitsCollection.md)
31-
- [TypedCollection](./spaceonfire/SimplePhpApiDoc/Elements/Collections/TypedCollection.md)
3231
- Interfaces
3332
- [FilterableByVisibilityCollectionInterface](./spaceonfire/SimplePhpApiDoc/Elements/Collections/FilterableByVisibilityCollectionInterface.md)
3433
- Traits
Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
# Class MethodsCollection
22

33
- Full name: `\spaceonfire\SimplePhpApiDoc\Elements\Collections\MethodsCollection`
4-
- Parent class: `\spaceonfire\SimplePhpApiDoc\Elements\Collections\TypedCollection`
54
- This class implements: `\spaceonfire\SimplePhpApiDoc\Elements\Collections\FilterableByVisibilityCollectionInterface`
65
- This class uses: `\spaceonfire\SimplePhpApiDoc\Elements\Collections\FilterableByVisibilityCollectionTrait`
76

8-
## Properties
9-
10-
|Property|Type|Description|Default Value|
11-
|---|---|---|---|
12-
|`protected $type`|<code>string</code>|||
13-
147
## Methods
158

169
### __construct()
@@ -25,7 +18,7 @@ MethodsCollection constructor.
2518
public function MethodsCollection::__construct(mixed $items = []): mixed
2619
```
2720

28-
File location: `src/Elements/Collections/MethodsCollection.php:17`
21+
File location: `src/Elements/Collections/MethodsCollection.php:18`
2922

3023
### filterByVisibility()
3124

@@ -42,21 +35,6 @@ public function FilterableByVisibilityCollectionTrait::filterByVisibility(int $v
4235

4336
File location: `src/Elements/Collections/MethodsCollection.php:12`
4437

45-
### find()
46-
47-
TODO: move to BaseCollection
48-
49-
|Param|Type|Description|
50-
|---|---|---|
51-
|`$callback`|*callable*||
52-
|**Return**|*mixed&#124;null*||
53-
54-
```php
55-
public function TypedCollection::find(callable $callback): mixed
56-
```
57-
58-
File location: `src/Elements/Collections/TypedCollection.php:50`
59-
6038
---
6139

6240
This file automatically generated by [Simple PHP ApiDoc](https://github.com/spaceonfire/simple-php-apidoc)

docs/spaceonfire/SimplePhpApiDoc/Elements/Collections/NamespacesCollection.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
# Class NamespacesCollection
22

33
- Full name: `\spaceonfire\SimplePhpApiDoc\Elements\Collections\NamespacesCollection`
4-
- Parent class: `\spaceonfire\SimplePhpApiDoc\Elements\Collections\TypedCollection`
5-
6-
## Properties
7-
8-
|Property|Type|Description|Default Value|
9-
|---|---|---|---|
10-
|`protected $type`|<code>string</code>|||
114

125
## Methods
136

@@ -23,22 +16,7 @@ NamespacesCollection constructor.
2316
public function NamespacesCollection::__construct(mixed $items = []): mixed
2417
```
2518

26-
File location: `src/Elements/Collections/NamespacesCollection.php:15`
27-
28-
### find()
29-
30-
TODO: move to BaseCollection
31-
32-
|Param|Type|Description|
33-
|---|---|---|
34-
|`$callback`|*callable*||
35-
|**Return**|*mixed&#124;null*||
36-
37-
```php
38-
public function TypedCollection::find(callable $callback): mixed
39-
```
40-
41-
File location: `src/Elements/Collections/TypedCollection.php:50`
19+
File location: `src/Elements/Collections/NamespacesCollection.php:16`
4220

4321
---
4422

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
# Class PropertiesCollection
22

33
- Full name: `\spaceonfire\SimplePhpApiDoc\Elements\Collections\PropertiesCollection`
4-
- Parent class: `\spaceonfire\SimplePhpApiDoc\Elements\Collections\TypedCollection`
54
- This class implements: `\spaceonfire\SimplePhpApiDoc\Elements\Collections\FilterableByVisibilityCollectionInterface`
65
- This class uses: `\spaceonfire\SimplePhpApiDoc\Elements\Collections\FilterableByVisibilityCollectionTrait`
76

8-
## Properties
9-
10-
|Property|Type|Description|Default Value|
11-
|---|---|---|---|
12-
|`protected $type`|<code>string</code>|||
13-
147
## Methods
158

169
### __construct()
@@ -25,7 +18,7 @@ PropertiesCollection constructor.
2518
public function PropertiesCollection::__construct(mixed $items = []): mixed
2619
```
2720

28-
File location: `src/Elements/Collections/PropertiesCollection.php:17`
21+
File location: `src/Elements/Collections/PropertiesCollection.php:18`
2922

3023
### filterByVisibility()
3124

@@ -42,21 +35,6 @@ public function FilterableByVisibilityCollectionTrait::filterByVisibility(int $v
4235

4336
File location: `src/Elements/Collections/PropertiesCollection.php:12`
4437

45-
### find()
46-
47-
TODO: move to BaseCollection
48-
49-
|Param|Type|Description|
50-
|---|---|---|
51-
|`$callback`|*callable*||
52-
|**Return**|*mixed&#124;null*||
53-
54-
```php
55-
public function TypedCollection::find(callable $callback): mixed
56-
```
57-
58-
File location: `src/Elements/Collections/TypedCollection.php:50`
59-
6038
---
6139

6240
This file automatically generated by [Simple PHP ApiDoc](https://github.com/spaceonfire/simple-php-apidoc)

docs/spaceonfire/SimplePhpApiDoc/Elements/Collections/TraitsCollection.md

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
# Class TraitsCollection
22

33
- Full name: `\spaceonfire\SimplePhpApiDoc\Elements\Collections\TraitsCollection`
4-
- Parent class: `\spaceonfire\SimplePhpApiDoc\Elements\Collections\TypedCollection`
5-
6-
## Properties
7-
8-
|Property|Type|Description|Default Value|
9-
|---|---|---|---|
10-
|`protected $type`|<code>string</code>|||
114

125
## Methods
136

@@ -23,22 +16,7 @@ TraitsCollection constructor.
2316
public function TraitsCollection::__construct(mixed $items = []): mixed
2417
```
2518

26-
File location: `src/Elements/Collections/TraitsCollection.php:15`
27-
28-
### find()
29-
30-
TODO: move to BaseCollection
31-
32-
|Param|Type|Description|
33-
|---|---|---|
34-
|`$callback`|*callable*||
35-
|**Return**|*mixed&#124;null*||
36-
37-
```php
38-
public function TypedCollection::find(callable $callback): mixed
39-
```
40-
41-
File location: `src/Elements/Collections/TypedCollection.php:50`
19+
File location: `src/Elements/Collections/TraitsCollection.php:16`
4220

4321
### getMethods()
4422

@@ -52,7 +30,7 @@ Returns collection of methods
5230
public function TraitsCollection::getMethods(): \spaceonfire\SimplePhpApiDoc\Elements\Collections\spaceonfire\SimplePhpApiDoc\Elements\Collections\MethodsCollection
5331
```
5432

55-
File location: `src/Elements/Collections/TraitsCollection.php:24`
33+
File location: `src/Elements/Collections/TraitsCollection.php:25`
5634

5735
### getProperties()
5836

@@ -66,7 +44,7 @@ Returns collection of properties
6644
public function TraitsCollection::getProperties(): \spaceonfire\SimplePhpApiDoc\Elements\Collections\spaceonfire\SimplePhpApiDoc\Elements\Collections\PropertiesCollection
6745
```
6846

69-
File location: `src/Elements/Collections/TraitsCollection.php:36`
47+
File location: `src/Elements/Collections/TraitsCollection.php:37`
7048

7149
---
7250

docs/spaceonfire/SimplePhpApiDoc/Elements/Collections/TypedCollection.md

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)