PHP Class think\console\command\optimize\Autoload

Inheritance: extends think\console\command\Command
Afficher le fichier Open project: top-think/framework

Méthodes protégées

Méthode Description
addClassMapCode ( $dir, $namespace, $classMap )
configure ( )
createMap ( $path, $namespace = null )
execute ( Input $input, Output $output )
findClasses ( $path )
getPathCode ( $path )
normalizePath ( $path )

Method Details

addClassMapCode() protected méthode

protected addClassMapCode ( $dir, $namespace, $classMap )

configure() protected méthode

protected configure ( )

createMap() protected méthode

protected createMap ( $path, $namespace = null )

execute() protected méthode

protected execute ( Input $input, Output $output )
$input think\console\Input
$output think\console\Output

findClasses() protected méthode

protected findClasses ( $path )

getPathCode() protected méthode

protected getPathCode ( $path )

normalizePath() protected méthode

protected normalizePath ( $path )