Documentation

PHPUnit_Util_Filesystem
in package

Filesystem helpers.

Tags
since

Class available since Release 3.0.0

Table of Contents

$buffer  : array<string|int, mixed>
classNameToFilename()  : string
Maps class names to source file names: - PEAR CS: Foo_Bar_Baz -> Foo/Bar/Baz.php - Namespace: Foo\Bar\Baz -> Foo/Bar/Baz.php

Properties

$buffer

protected static array<string|int, mixed> $buffer = array()

Methods

classNameToFilename()

Maps class names to source file names: - PEAR CS: Foo_Bar_Baz -> Foo/Bar/Baz.php - Namespace: Foo\Bar\Baz -> Foo/Bar/Baz.php

public static classNameToFilename(string $className) : string
Parameters
$className : string
Tags
since

Method available since Release 3.4.0

Return values
string

Search results