| 1 | <?php |
||
| 8 | class InlineXrefResolver extends AbstractXrefResolver |
||
| 9 | {
|
||
| 10 | /** |
||
| 11 | * Get the resolver type identifier string. |
||
| 12 | * |
||
| 13 | * @return string |
||
| 14 | */ |
||
| 15 | 7 | public static function getType() |
|
| 19 | |||
| 20 | /** |
||
| 21 | * Fetch the data from the specified location of the Xref. |
||
| 22 | * |
||
| 23 | * @param Xref $xref |
||
| 24 | * @param boolean $force If true and Xref already fetched, force the resolver to fetch the data again. |
||
| 25 | * @throws \Exception |
||
| 26 | */ |
||
| 27 | public static function resolve(Xref $xref, $force = false) |
||
| 31 | } |