PHP Class Contao\CoreBundle\Event\PreviewUrlConvertEvent

Inheritance: extends Symfony\Component\EventDispatcher\Event
Mostra file Open project: contao/core-bundle Class Usage Examples

Public Methods

Method Description
getUrl ( ) : string Returns the URL.
setUrl ( string $url ) Sets the URL.

Method Details

getUrl() public method

Returns the URL.
public getUrl ( ) : string
return string

setUrl() public method

Sets the URL.
public setUrl ( string $url )
$url string