PHP Class Installer\Repository\Repository

Author: Bertrand Zuchuat ([email protected])
Author: ClĂ©ment Jobeili ([email protected])
Datei anzeigen Open project: Garfield-fr/Symfony2Project

Protected Properties

Property Type Description
$revision
$source
$target
$type

Public Methods

Method Description
__construct ( $source, $target, $type, $revision )
getRevision ( )
getSource ( )
getTarget ( )
getType ( )

Method Details

__construct() public method

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

getRevision() public method

public getRevision ( )

getSource() public method

public getSource ( )

getTarget() public method

public getTarget ( )

getType() public method

public getType ( )

Property Details

$revision protected_oe property

protected $revision

$source protected_oe property

protected $source

$target protected_oe property

protected $target

$type protected_oe property

protected $type