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

Commit 65bc763

Browse files
committed
Update rendered documentation
1 parent 87bde51 commit 65bc763

36 files changed

+314
-483
lines changed

doc/LaravelFCM/FCMManager.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
> [LaravelFCM](../LaravelFCM.md)` / `(FCMManager)
1515
## FCMManager
1616

17-
class **FCMManager** extends <abbr title="Illuminate\Support\Manager">Manager</abbr>
17+
class **FCMManager** extends <abbr title="Illuminate\Support\Manager">Manager</abbr>[View source](https://github.com/code-lts/Laravel-FCM/blob/main/FCMManager.php)
18+
19+
20+
1821

1922

20-
21-
22-
2323

2424
### Methods
2525

@@ -35,17 +35,15 @@ class **FCMManager** extends <abbr title="Illuminate\Support\Manager">Man
3535
###
3636
**getDefaultDriver**()
3737

38-
at line 10
39-
38+
[at line 10](https://github.com/code-lts/Laravel-FCM/blob/main/FCMManager.php#L10)
4039

4140

4241
<a name id="method_createHttpDriver"></a>
4342

4443
###
4544
protected **createHttpDriver**()
4645

47-
at line 15
48-
46+
[at line 15](https://github.com/code-lts/Laravel-FCM/blob/main/FCMManager.php#L15)
4947

5048

5149
_Generated by [Doctum, a API Documentation generator and fork of Sami](https://github.com/code-lts/doctum)._

doc/LaravelFCM/FCMServiceProvider.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
> [LaravelFCM](../LaravelFCM.md)` / `(FCMServiceProvider)
1515
## FCMServiceProvider
1616

17-
class **FCMServiceProvider** extends <abbr title="Illuminate\Support\ServiceProvider">ServiceProvider</abbr>
17+
class **FCMServiceProvider** extends <abbr title="Illuminate\Support\ServiceProvider">ServiceProvider</abbr>[View source](https://github.com/code-lts/Laravel-FCM/blob/main/FCMServiceProvider.php)
18+
19+
20+
1821

1922

20-
21-
22-
2323

2424
### Properties
2525

@@ -41,26 +41,23 @@ class **FCMServiceProvider** extends <abbr title="Illuminate\Support\Serv
4141
###
4242
**boot**()
4343

44-
at line 19
45-
44+
[at line 19](https://github.com/code-lts/Laravel-FCM/blob/main/FCMServiceProvider.php#L19)
4645

4746

4847
<a name id="method_register"></a>
4948

5049
###
5150
**register**()
5251

53-
at line 30
54-
52+
[at line 30](https://github.com/code-lts/Laravel-FCM/blob/main/FCMServiceProvider.php#L30)
5553

5654

5755
<a name id="method_provides"></a>
5856

5957
###
6058
**provides**()
6159

62-
at line 84
63-
60+
[at line 84](https://github.com/code-lts/Laravel-FCM/blob/main/FCMServiceProvider.php#L84)
6461

6562

6663
_Generated by [Doctum, a API Documentation generator and fork of Sami](https://github.com/code-lts/doctum)._

doc/LaravelFCM/Facades/FCM.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
> [LaravelFCM](../../LaravelFCM.md)` / `[Facades](../../LaravelFCM/Facades.md)` / `(FCM)
1515
## FCM
1616

17-
class **FCM** extends <abbr title="Illuminate\Support\Facades\Facade">Facade</abbr>
17+
class **FCM** extends <abbr title="Illuminate\Support\Facades\Facade">Facade</abbr>[View source](https://github.com/code-lts/Laravel-FCM/blob/main/Facades/FCM.php)
18+
19+
20+
1821

1922

20-
21-
22-
2323

2424
### Methods
2525

@@ -34,8 +34,7 @@ class **FCM** extends <abbr title="Illuminate\Support\Facades\Facade">Fac
3434
###
3535
staticprotected **getFacadeAccessor**()
3636

37-
at line 12
38-
37+
[at line 12](https://github.com/code-lts/Laravel-FCM/blob/main/Facades/FCM.php#L12)
3938

4039

4140
_Generated by [Doctum, a API Documentation generator and fork of Sami](https://github.com/code-lts/doctum)._

doc/LaravelFCM/Facades/FCMGroup.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
> [LaravelFCM](../../LaravelFCM.md)` / `[Facades](../../LaravelFCM/Facades.md)` / `(FCMGroup)
1515
## FCMGroup
1616

17-
class **FCMGroup** extends <abbr title="Illuminate\Support\Facades\Facade">Facade</abbr>
17+
class **FCMGroup** extends <abbr title="Illuminate\Support\Facades\Facade">Facade</abbr>[View source](https://github.com/code-lts/Laravel-FCM/blob/main/Facades/FCMGroup.php)
18+
19+
20+
1821

1922

20-
21-
22-
2323

2424
### Methods
2525

@@ -34,8 +34,7 @@ class **FCMGroup** extends <abbr title="Illuminate\Support\Facades\Facade
3434
###
3535
staticprotected **getFacadeAccessor**()
3636

37-
at line 9
38-
37+
[at line 9](https://github.com/code-lts/Laravel-FCM/blob/main/Facades/FCMGroup.php#L9)
3938

4039

4140
_Generated by [Doctum, a API Documentation generator and fork of Sami](https://github.com/code-lts/doctum)._

doc/LaravelFCM/Facades/FCMTopic.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
> [LaravelFCM](../../LaravelFCM.md)` / `[Facades](../../LaravelFCM/Facades.md)` / `(FCMTopic)
1515
## FCMTopic
1616

17-
class **FCMTopic** extends <abbr title="Illuminate\Support\Facades\Facade">Facade</abbr>
17+
class **FCMTopic** extends <abbr title="Illuminate\Support\Facades\Facade">Facade</abbr>[View source](https://github.com/code-lts/Laravel-FCM/blob/main/Facades/FCMTopic.php)
18+
19+
20+
1821

1922

20-
21-
22-
2323

2424
### Methods
2525

@@ -34,8 +34,7 @@ class **FCMTopic** extends <abbr title="Illuminate\Support\Facades\Facade
3434
###
3535
staticprotected **getFacadeAccessor**()
3636

37-
at line 13
38-
37+
[at line 13](https://github.com/code-lts/Laravel-FCM/blob/main/Facades/FCMTopic.php#L13)
3938

4039

4140
_Generated by [Doctum, a API Documentation generator and fork of Sami](https://github.com/code-lts/doctum)._

doc/LaravelFCM/Facades/FCMValidator.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
> [LaravelFCM](../../LaravelFCM.md)` / `[Facades](../../LaravelFCM/Facades.md)` / `(FCMValidator)
1515
## FCMValidator
1616

17-
class **FCMValidator** extends <abbr title="Illuminate\Support\Facades\Facade">Facade</abbr>
17+
class **FCMValidator** extends <abbr title="Illuminate\Support\Facades\Facade">Facade</abbr>[View source](https://github.com/code-lts/Laravel-FCM/blob/main/Facades/FCMValidator.php)
18+
19+
20+
1821

1922

20-
21-
22-
2323

2424
### Methods
2525

@@ -34,8 +34,7 @@ class **FCMValidator** extends <abbr title="Illuminate\Support\Facades\Fa
3434
###
3535
staticprotected **getFacadeAccessor**()
3636

37-
at line 11
38-
37+
[at line 11](https://github.com/code-lts/Laravel-FCM/blob/main/Facades/FCMValidator.php#L11)
3938

4039

4140
_Generated by [Doctum, a API Documentation generator and fork of Sami](https://github.com/code-lts/doctum)._

doc/LaravelFCM/Message/Exceptions/InvalidOptionsException.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
> [LaravelFCM](../../../LaravelFCM.md)` / `[Message](../../../LaravelFCM/Message.md)` / `[Exceptions](../../../LaravelFCM/Message/Exceptions.md)` / `(InvalidOptionsException)
1515
## InvalidOptionsException
1616

17-
class **InvalidOptionsException** extends [Exception](https://www.php.net/Exception)
17+
class **InvalidOptionsException** extends [Exception](https://www.php.net/Exception)[View source](https://github.com/code-lts/Laravel-FCM/blob/main/Message/Exceptions/InvalidOptionsException.php)
18+
19+
20+
1821

1922

20-
21-
22-
2323

2424
_Generated by [Doctum, a API Documentation generator and fork of Sami](https://github.com/code-lts/doctum)._

doc/LaravelFCM/Message/Exceptions/NoTopicProvidedException.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
> [LaravelFCM](../../../LaravelFCM.md)` / `[Message](../../../LaravelFCM/Message.md)` / `[Exceptions](../../../LaravelFCM/Message/Exceptions.md)` / `(NoTopicProvidedException)
1515
## NoTopicProvidedException
1616

17-
class **NoTopicProvidedException** extends [Exception](https://www.php.net/Exception)
17+
class **NoTopicProvidedException** extends [Exception](https://www.php.net/Exception)[View source](https://github.com/code-lts/Laravel-FCM/blob/main/Message/Exceptions/NoTopicProvidedException.php)
18+
19+
20+
1821

1922

20-
21-
22-
2323

2424
_Generated by [Doctum, a API Documentation generator and fork of Sami](https://github.com/code-lts/doctum)._

doc/LaravelFCM/Message/Options.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
## Options
1616

1717
class **Options** implements
18-
<abbr title="Illuminate\Contracts\Support\Arrayable">Arrayable</abbr>
18+
<abbr title="Illuminate\Contracts\Support\Arrayable">Arrayable</abbr>[View source](https://github.com/code-lts/Laravel-FCM/blob/main/Message/Options.php)
19+
20+
21+
1922

2023

21-
22-
23-
2424

2525
### Properties
2626

@@ -49,8 +49,7 @@ class **Options** implements
4949
###
5050
**__construct**([<abbr title="LaravelFCM\Message\OptionsBuilder">OptionsBuilder</abbr>](../../LaravelFCM/Message/OptionsBuilder.md) $builder)
5151

52-
at line 77
53-
52+
[at line 77](https://github.com/code-lts/Laravel-FCM/blob/main/Message/Options.php#L77)
5453

5554
Options constructor.
5655

@@ -64,8 +63,7 @@ Options constructor.
6463
###
6564
array **toArray**()
6665

67-
at line 95
68-
66+
[at line 95](https://github.com/code-lts/Laravel-FCM/blob/main/Message/Options.php#L95)
6967

7068
Transform Option to array.
7169

0 commit comments

Comments
 (0)