PHP code example of webarchitect609 / bitrix-taxidermist
1. Go to this page and download the library: Download webarchitect609/bitrix-taxidermist library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
webarchitect609 / bitrix-taxidermist example snippets
use WebArch\BitrixTaxidermist\Taxidermist;
(new Taxidermist)->taxidermizeAll();
/** @noinspection ALL */
class_alias('\WebArch\BitrixTaxidermist\Mock\Bitrix\Main\Data\Cache', '\Bitrix\Main\Data\Cache');
use WebArch\BitrixTaxidermist\Mock\Bitrix\Main\HttpApplication;
HttpApplication::getInstance();