Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 148 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 148 Revision 688
Zeile 49... Zeile 49...
49
    public function needsParsing(Response $response): bool;
49
    public function needsParsing(Response $response): bool;
Zeile 50... Zeile 50...
50
 
50
 
51
    /**
51
    /**
52
     * Renders a Surrogate tag.
52
     * Renders a Surrogate tag.
53
     *
53
     *
54
     * @param string $alt     An alternate URI
54
     * @param string|null $alt     An alternate URI
55
     * @param string $comment A comment to add as an esi:include tag
55
     * @param string      $comment A comment to add as an esi:include tag
56
     */
56
     */
Zeile 57... Zeile 57...
57
    public function renderIncludeTag(string $uri, string $alt = null, bool $ignoreErrors = true, string $comment = ''): string;
57
    public function renderIncludeTag(string $uri, string $alt = null, bool $ignoreErrors = true, string $comment = ''): string;
58
 
58