File manager - Edit - /home/opticamezl/www/newok/templates/yootheme/packages/application/functions.php
Back
<?php namespace YOOtheme; /** * Increase xdebug max nesting level. */ if ($level = ini_get('xdebug.max_nesting_level')) { ini_set('xdebug.max_nesting_level', max((int) $level, 256)); } /** * Gets a service from application. * * @param string $id * @param string ...$ids * * @return mixed */ function app($id = null, ...$ids) { $app = Application::getInstance(); return $id ? $app($id, ...$ids) : $app; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings