HEX
Server: Apache
System: Linux server.rajbhracom.com 4.18.0-553.54.1.el8_10.x86_64 #1 SMP Tue May 27 22:49:52 EDT 2025 x86_64
User: aviaworks (1000)
PHP: 7.3.33
Disabled: NONE
Upload Files
File: //proc/thread-self/cwd/wp-content/plugins/mooelements/Shortcodes/HandlerLoader.php
<?php

namespace Ceres\Shortcodes;

use Ceres\Services\Utils\DirectoryInstanceLoader;

class HandlerLoader extends DirectoryInstanceLoader
{
	protected $instance_class_shortname;
	function __construct($type_namespace, $options_parser, $css_global_writer, $js_bootstrapper)
	{
		parent::__construct($type_namespace);
		$this->setArgs([$options_parser, $css_global_writer, $js_bootstrapper]);
		$this->populate_instances();
	}

	protected function get_instance_class_directory()
	{
		return trailingslashit(dirname(__FILE__) . "/Handlers");
	}


	protected function get_instance_class_manager_shortname()
	{
		return "Handler";
	}

}