PHPUnit_Util_Filesystem
in package
Filesystem helpers.
Tags
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