mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-02 09:24:28 +02:00
Deployed ab247c72
to 5.x with MkDocs 1.5.3 and mike 2.0.0
This commit is contained in:
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -510,6 +510,15 @@
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#removed-undocumented-magic-api-methods" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
Removed undocumented magic API methods
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -3616,6 +3625,15 @@
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#removed-undocumented-magic-api-methods" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
Removed undocumented magic API methods
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -3806,6 +3824,11 @@ Use <code>$smarty->addPluginsDir()</code> or consider writing a proper <a hre
|
||||
<li><code>$smarty->assignByRef()</code> should be replaced with <code>$smarty->assign()</code></li>
|
||||
<li><code>$smarty->loadPlugin()</code> should be replaced with <code>$smarty->registerPlugin()</code></li>
|
||||
</ul>
|
||||
<h3 id="removed-undocumented-magic-api-methods">Removed undocumented magic API methods</h3>
|
||||
<p>Smarty v4 allowed setting (internal) properties for which no setter existed by using magic methods
|
||||
that start with either <code>set</code> or <code>get</code>. This has been removed in Smarty 5.</p>
|
||||
<p>For example, <code>$smarty->setErrorUnassigned(true);</code> would set the <code>error_unassigned</code> property.</p>
|
||||
<p>Every setter of getter that was ever documented or unit tested has been kept.</p>
|
||||
<h3 id="removed-php-constants">Removed PHP constants</h3>
|
||||
<p>The following constants have been removed to prevent global side effects.</p>
|
||||
<ul>
|
||||
|
@@ -3,8 +3,8 @@
|
||||
"version": "5.x",
|
||||
"title": "5.x",
|
||||
"aliases": [
|
||||
"stable",
|
||||
"latest"
|
||||
"latest",
|
||||
"stable"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user