LinkResolver
extends Resolver
in package
Table of Contents
Methods
- resolve() : string
- getRegex() : string
- removePortFromUrl() : string
- URLからポート番号を削除する
Methods
resolve()
public
resolve(string $html, string $document_root, string $offset_dir, string $domain, string $blog_code) : string
Parameters
- $html : string
- $document_root : string
- $offset_dir : string
- $domain : string
- $blog_code : string
Return values
stringgetRegex()
protected
getRegex() : string
Return values
stringremovePortFromUrl()
URLからポート番号を削除する
protected
removePortFromUrl(string $url) : string
Parameters
- $url : string