Documentation

ClassFinderInterface

Finds a class in a PSR-0 structure.

Tags
author

Karoly Negyesi karoly@negyesi.net

Table of Contents

findFile()  : string|null
Finds a class.

Methods

findFile()

Finds a class.

public findFile(string $class) : string|null
Parameters
$class : string

The name of the class.

Return values
string|null

The name of the class or NULL if not found.

Search results