PagefileExtra::url()

Return the URL to the extra file, creating it if it does not already exist

Usage

// basic usage
$string = $pagefileExtra->url();

// usage with all arguments
$string = $pagefileExtra->url(bool $fallback = true);

Arguments

NameType(s)Description
$fallback (optional)bool

Allow falling back to source Pagefile URL when appropriate?

Return value

string


PagefileExtra methods and properties

API reference based on ProcessWire core version 3.0.251