PHP 클래스 Installer\Repository\Repository

저자: Bertrand Zuchuat ([email protected])
저자: Clément Jobeili ([email protected])
파일 보기 프로젝트 열기: Garfield-fr/Symfony2Project

보호된 프로퍼티들

프로퍼티 타입 설명
$revision
$source
$target
$type

공개 메소드들

메소드 설명
__construct ( $source, $target, $type, $revision )
getRevision ( )
getSource ( )
getTarget ( )
getType ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $source, $target, $type, $revision )

getRevision() 공개 메소드

public getRevision ( )

getSource() 공개 메소드

public getSource ( )

getTarget() 공개 메소드

public getTarget ( )

getType() 공개 메소드

public getType ( )

프로퍼티 상세

$revision 보호되어 있는 프로퍼티

protected $revision

$source 보호되어 있는 프로퍼티

protected $source

$target 보호되어 있는 프로퍼티

protected $target

$type 보호되어 있는 프로퍼티

protected $type