PHP Class Cake\Upgrade\Shell\Task\RenameClassesTask

Inheritance: extends BaseTask, use trait ChangeTrait
Show file Open project: cakephp/upgrade

Public Properties

Property Type Description
$tasks

Protected Methods

Method Description
_process ( string $path ) : boolean Rename the classes in a given file.

Method Details

_process() protected method

Rename the classes in a given file.
protected _process ( string $path ) : boolean
$path string The path to operate on.
return boolean

Property Details

$tasks public property

public $tasks