{** * For the full copyright and license information, please view the * docs/licenses/LICENSE.txt file that was distributed with this source code. *}
| Name | Instances | Source |
|---|---|---|
| {$class} | {objectmodel data=count($info)} |
{foreach $info as $trace}
{str_replace([_PS_ROOT_DIR_, '\\'], ['', '/'], $trace['file'])}:{$trace['line']} ({$trace['function']}) [id: {$trace['id']}]
{/foreach} |