PHP Class Essence\Provider\Preparator

Show file Open project: benjamminf/craft-embedded-assets

Public Methods

Method Description
__invoke ( $url )
prepare ( string $url ) : string Prepares the given URL.

Method Details

__invoke() public method

See also: prepare()
public __invoke ( $url )

prepare() abstract public method

Prepares the given URL.
abstract public prepare ( string $url ) : string
$url string URL.
return string Prepared URL.