PHP Class Modman_Command_Clean

Show file Open project: sitewards/modman-php Class Usage Examples

Public Methods

Method Description
doClean ( ) executes the clean command

Private Methods

Method Description
getDeadSymlinks ( $sDirectory = NULL ) : array returns dead symlinks
scanForDeadSymlinks ( string $sDirectory ) recursive scan for dead symlinks

Method Details

doClean() public method

executes the clean command
public doClean ( )