Method |
Description |
|
existsModmanFile ( ) : boolean |
checks if modman file exists |
|
generateLinkListFromDirectoryStructure ( array $aDirectoryStructure, array $aPathElements = [] ) |
generates link list from directory structure |
|
generateModmanFile ( ) |
generates modman file |
|
getDirectoryStructure ( string $sDirectoryPath ) : array |
returns directory structure |
|
getModmanFilePath ( ) : string |
returns modman file path |
|
isDirectoryEmpty ( string $sDirectoryPath ) : boolean |
checks if a directory is empty |
|
isHiddenNode ( string $sNode ) : boolean |
checks if node is a hidden once |
|
isMagentoModuleCodeDirectory ( array $aPathParts, integer $iAppPosition ) : boolean |
checks if directory is the magento code directory |
|
isMagentoModuleDesignDirectory ( array $aPathParts, integer $iAppPosition ) : boolean |
checks if directory is the magento design directory |
|
isMagentoModuleDirectory ( string $sDirectoryPathToCheck ) : boolean |
checks if directory is a magento module |
|