Skip to content

Commit b3e6482

Browse files
committed
Add API doc
1 parent 949d10b commit b3e6482

File tree

6 files changed

+24
-0
lines changed

6 files changed

+24
-0
lines changed

docs/pdf/builders_api/HtmlPdfBuilder.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,11 @@ Sets the webhook for cases of success.<br />Optionally sets a custom HTTP method
6464
### addCookies(array $cookies)
6565
Add cookies to store in the Chromium cookie jar.<br />
6666

67+
### asUser(Symfony\Component\Security\Core\User\UserInterface $user, string $firewallName)
68+
For CLI generation usage.
69+
6770
### cookies(array $cookies)
71+
### forwardAuthentication()
6872
### forwardCookie(string $name)
6973
### setCookie(string $name, Symfony\Component\HttpFoundation\Cookie|array $cookie)
7074
### generateDocumentOutline(bool $bool)

docs/pdf/builders_api/MarkdownPdfBuilder.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,11 @@ Sets the webhook for cases of success.<br />Optionally sets a custom HTTP method
7676
### addCookies(array $cookies)
7777
Add cookies to store in the Chromium cookie jar.<br />
7878

79+
### asUser(Symfony\Component\Security\Core\User\UserInterface $user, string $firewallName)
80+
For CLI generation usage.
81+
7982
### cookies(array $cookies)
83+
### forwardAuthentication()
8084
### forwardCookie(string $name)
8185
### setCookie(string $name, Symfony\Component\HttpFoundation\Cookie|array $cookie)
8286
### generateDocumentOutline(bool $bool)

docs/pdf/builders_api/UrlPdfBuilder.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,11 @@ Sets the webhook for cases of success.<br />Optionally sets a custom HTTP method
7474
### addCookies(array $cookies)
7575
Add cookies to store in the Chromium cookie jar.<br />
7676

77+
### asUser(Symfony\Component\Security\Core\User\UserInterface $user, string $firewallName)
78+
For CLI generation usage.
79+
7780
### cookies(array $cookies)
81+
### forwardAuthentication()
7882
### forwardCookie(string $name)
7983
### setCookie(string $name, Symfony\Component\HttpFoundation\Cookie|array $cookie)
8084
### generateDocumentOutline(bool $bool)

docs/screenshot/builders_api/HtmlScreenshotBuilder.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ Sets the webhook for cases of success.<br />Optionally sets a custom HTTP method
3636
### addCookies(array $cookies)
3737
Add cookies to store in the Chromium cookie jar.<br />
3838

39+
### asUser(Symfony\Component\Security\Core\User\UserInterface $user, string $firewallName)
40+
For CLI generation usage.
41+
3942
### cookies(array $cookies)
43+
### forwardAuthentication()
4044
### forwardCookie(string $name)
4145
### setCookie(string $name, Symfony\Component\HttpFoundation\Cookie|array $cookie)
4246
### clip(bool $bool)

docs/screenshot/builders_api/MarkdownScreenshotBuilder.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@ Sets the webhook for cases of success.<br />Optionally sets a custom HTTP method
4848
### addCookies(array $cookies)
4949
Add cookies to store in the Chromium cookie jar.<br />
5050

51+
### asUser(Symfony\Component\Security\Core\User\UserInterface $user, string $firewallName)
52+
For CLI generation usage.
53+
5154
### cookies(array $cookies)
55+
### forwardAuthentication()
5256
### forwardCookie(string $name)
5357
### setCookie(string $name, Symfony\Component\HttpFoundation\Cookie|array $cookie)
5458
### clip(bool $bool)

docs/screenshot/builders_api/UrlScreenshotBuilder.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ Sets the webhook for cases of success.<br />Optionally sets a custom HTTP method
4545
### addCookies(array $cookies)
4646
Add cookies to store in the Chromium cookie jar.<br />
4747

48+
### asUser(Symfony\Component\Security\Core\User\UserInterface $user, string $firewallName)
49+
For CLI generation usage.
50+
4851
### cookies(array $cookies)
52+
### forwardAuthentication()
4953
### forwardCookie(string $name)
5054
### setCookie(string $name, Symfony\Component\HttpFoundation\Cookie|array $cookie)
5155
### clip(bool $bool)

0 commit comments

Comments
 (0)