PHP 클래스 Modman_Command_Link_Line

파일 보기 프로젝트 열기: sitewards/modman-php

공개 메소드들

메소드 설명
__construct ( array $aDirectories ) constructor
getSymlink ( ) : string returns the symlink
getSymlinkBaseDir ( ) : string returns the symlink base dir
getTarget ( ) : string returns the target

비공개 메소드들

메소드 설명
rtrimDS ( $sDir ) : string fixes trailing slashes on *nix systems

메소드 상세

__construct() 공개 메소드

constructor
public __construct ( array $aDirectories )
$aDirectories array - key 0 = source; key 1 = target

getSymlinkBaseDir() 공개 메소드

returns the symlink base dir
public getSymlinkBaseDir ( ) : string
리턴 string

getTarget() 공개 메소드

returns the target
public getTarget ( ) : string
리턴 string