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 991
Zeile 60... Zeile 60...
60
    function implementation is called again with the new block contents
60
    function implementation is called again with the new block contents
61
    in the parameter `$content`.
61
    in the parameter `$content`.
Zeile 62... Zeile 62...
62
 
62
 
63
If you have nested block functions, it\'s possible to find out what the
63
If you have nested block functions, it\'s possible to find out what the
64
parent block function is by accessing `$smarty->_tag_stack` variable.
64
parent block function is by accessing `$smarty->_tag_stack` variable.
65
Just do a [`var_dump()`](&url.php-manual;var_dump) on it and the
65
Just do a [`var_dump()`](https://www.php.net/var_dump) on it and the
Zeile 66... Zeile 66...
66
structure should be apparent.
66
structure should be apparent.
67
 
67