Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

ManifestGenerator::buildPsr4Manifest( string $fileName, array $namespaces )

Builds the contents for the PSR-4 manifest file.


Description Description


Parameters Parameters

$fileName

(Required) The filename we are building.

$namespaces

(Required) The formatted PSR-4 data for the manifest.


Top ↑

Return Return

(string|null) $manifestFile


Top ↑

Source Source

File: vendor/automattic/jetpack-autoloader/src/ManifestGenerator.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.