void tickFile(
mixed
$basedir, string
$filename)
|
|
This function will be called every time the scanner meets a new file (while it looks into the folders), as well as for each file defined in the property $files.
It's up to the subclass to define the treatment to be done.
Overridden in child classes as:
- PHP_UML_FileScannerImpl::tickFile()
- Implementation of tickFile() : we parse every file met.
Parameters: