[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/SimplePie/ -> autoloader.php (summary)

PSR-4 implementation for SimplePie. After registering this autoload function with SPL, the following line would cause the function to attempt to load the \SimplePie\SimplePie class from /src/SimplePie.php:

File Size: 86 lines (2 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

SimplePie_Autoloader:: (2 methods):
  __construct()
  autoload()


Class: SimplePie_Autoloader  - X-Ref

Autoloader class

__construct()   X-Ref
Constructor


autoload($class)   X-Ref
Autoloader

param: string $class The name of the class to attempt to load.



Generated : Thu Sep 18 08:20:05 2025 Cross-referenced by PHPXref