PHP 클래스 Modman_Reader_Conflicts

파일 보기 프로젝트 열기: sitewards/modman-php 1 사용 예제들

공개 메소드들

메소드 설명
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