Page MenuHomePhorge

PhabricatorPDFFragmentOffset.php
No OneTemporary

Size
456 B
Referenced Files
None
Subscribers
None

PhabricatorPDFFragmentOffset.php

<?php
final class PhabricatorPDFFragmentOffset
extends Phobject {
private $fragment;
private $offset;
public function setFragment(PhabricatorPDFFragment $fragment) {
$this->fragment = $fragment;
return $this;
}
public function getFragment() {
return $this->fragment;
}
public function setOffset($offset) {
$this->offset = $offset;
return $this;
}
public function getOffset() {
return $this->offset;
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 6:31 PM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
98979
Default Alt Text
PhabricatorPDFFragmentOffset.php (456 B)

Event Timeline