PHP Class TheSeer\phpDox\Collector\SourceCollection

Show file Open project: theseer/phpdox Class Usage Examples

Public Methods

Method Description
__construct ( TheSeer\phpDox\FileInfo $srcDir )
addFile ( TheSeer\phpDox\Collector\SourceFile $file )
export ( $collapse = false )
getVanishedFiles ( )
import ( TheSeer\fDOM\fDOMDocument $dom )
removeFile ( TheSeer\phpDox\FileInfo $file )
setTokenFileReference ( TheSeer\phpDox\Collector\SourceFile $file, $tokenPath )

Private Methods

Method Description
collapseDirectory ( )
importDirNode ( TheSeer\fDOM\fDOMElement $dir, $path )
isChanged ( $path )

Method Details

__construct() public method

public __construct ( TheSeer\phpDox\FileInfo $srcDir )
$srcDir TheSeer\phpDox\FileInfo

addFile() public method

public addFile ( TheSeer\phpDox\Collector\SourceFile $file )
$file TheSeer\phpDox\Collector\SourceFile

export() public method

public export ( $collapse = false )

getVanishedFiles() public method

public getVanishedFiles ( )

import() public method

public import ( TheSeer\fDOM\fDOMDocument $dom )
$dom TheSeer\fDOM\fDOMDocument

removeFile() public method

public removeFile ( TheSeer\phpDox\FileInfo $file )
$file TheSeer\phpDox\FileInfo

setTokenFileReference() public method

public setTokenFileReference ( TheSeer\phpDox\Collector\SourceFile $file, $tokenPath )
$file TheSeer\phpDox\Collector\SourceFile