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;
    }