class Composer (View source)

Methods

void
__construct( Filesystem $files, string $workingPath = null)

Create a new Composer manager instance.

void
dumpAutoloads( string $extra = '')

Regenerate the Composer autoloader files.

void
dumpOptimized()

Regenerate the optimized Composer autoloader files.

$this
setWorkingPath( string $path)

Set the working path used by the class.

Details

at line line 33
void __construct( Filesystem $files, string $workingPath = null)

Create a new Composer manager instance.

Parameters

Filesystem $files
string $workingPath

Return Value

void

at line line 45
void dumpAutoloads( string $extra = '')

Regenerate the Composer autoloader files.

Parameters

string $extra

Return Value

void

at line line 59
void dumpOptimized()

Regenerate the optimized Composer autoloader files.

Return Value

void

at line line 100
$this setWorkingPath( string $path)

Set the working path used by the class.

Parameters

string $path

Return Value

$this