Installer\Repository\Repository::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $source, $target, $type, $revision )
    public function __construct($source, $target, $type, $revision)
    {
        $this->source = (string) $source;
        $this->target = (string) $target;
        $this->type = (string) $type;
        $this->revision = (string) $revision;
    }