Skip to content

Instantly share code, notes, and snippets.

@sukhikh18
Created June 29, 2021 09:10
Show Gist options
  • Save sukhikh18/df4361efcdc9e65e15e2a7e9b2a822e4 to your computer and use it in GitHub Desktop.
Save sukhikh18/df4361efcdc9e65e15e2a7e9b2a822e4 to your computer and use it in GitHub Desktop.
Автозагрузка (autoload) классов #Bitrix
<?php
\Bitrix\Main\Loader::registerAutoLoadClasses(null, [
'\Namespace\Class' => '/local/php_interface/lib/class.php',
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment