PHP Classes

File: inc/autoload.php

Recommend this page to a friend!
  Classes of Zacchaeus Bolaji   WordPress Plugin Sentiment Analysis   inc/autoload.php   Download  
File: inc/autoload.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: WordPress Plugin Sentiment Analysis
Analyze author sentiments in WordPress posts
Author: By
Last change:
Date: 1 year ago
Size: 278 bytes
 

Contents

Class file image Download
<?php

/*
 * This file is part of the RNCryptor package.
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

require __DIR__.'/lib/PHPInsight/Autoloader.php';

PHPInsight\Autoloader::register();