Gittern\Transport\Packfile::__construct PHP Method

__construct() public method

public __construct ( Iodophor\Io\Reader $reader )
$reader Iodophor\Io\Reader
    public function __construct(Reader $reader)
    {
        $this->reader = $reader;
    }