Patchable helpers.
public static __callStatic( string $name, array $arguments ) : mixed
$name
$arguments
Calls the callback of a patchable function.
public static patch( $name, $callback )
$callback
protected static default_contextualize( $pathname )
$pathname
protected static default_decontextualize( $pathname )
protected static default_absolutize_url( $url )
$url
public static contextualize( void ) : string
contextualize($pathname)
public static decontextualize( void ) : string
decontextualize($pathname)
public static absolutize_url( void ) : string
absolutize_url($url)