MediaWiki master
MediaWiki\Autoload Namespace Reference

Classes

class  AutoloadGenerator
 Scan given directories and files and create an autoload class map. More...
 
class  ClassCollector
 Read a PHP file and return the FQCN of every class defined within it. More...
 

Functions

 implodeTokens ()
 Returns the string representation of the tokens within the current expect sequence and resets the sequence.
 

Function Documentation

◆ implodeTokens()

MediaWiki\Autoload\implodeTokens ( )
protected

Returns the string representation of the tokens within the current expect sequence and resets the sequence.

Returns
string

Definition at line 228 of file ClassCollector.php.

Referenced by MediaWiki\Autoload\ClassCollector\tryEndExpect().