PHP Класс Modman_Reader_Conflicts

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
checkForConflict ( string $sSymlink, string $sType, string $sTarget = false ) checks for conflicts in file
cleanup ( ) removes a linked module
getConflictsString ( ) : string returns conflicts as human readable string
hasConflicts ( ) : boolean returns if there are any conflicts

Описание методов

checkForConflict() публичный Метод

checks for conflicts in file
public checkForConflict ( string $sSymlink, string $sType, string $sTarget = false )
$sSymlink string symlink name
$sType string type (either dir or file)
$sTarget string = false target where the symlink should link to

cleanup() публичный Метод

removes a linked module
public cleanup ( )

getConflictsString() публичный Метод

returns conflicts as human readable string
public getConflictsString ( ) : string
Результат string

hasConflicts() публичный Метод

returns if there are any conflicts
public hasConflicts ( ) : boolean
Результат boolean true if conflicts exist