<?php namespace JFB_Components\Module; // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { die; } interface Base_Module_Dir_It { public function get_dir( string $path ): string; }