PHP Class League\CommonMark\Inline\Element\AbstractWebResource

Inheritance: extends AbstractInlineContainer
Mostrar archivo Open project: colinodell/commonmark-php Class Usage Examples

Protected Properties

Property Type Description
$url string

Public Methods

Method Description
__construct ( $url )
getUrl ( ) : string
setUrl ( string $url )

Method Details

__construct() public method

public __construct ( $url )

getUrl() public method

public getUrl ( ) : string
return string

setUrl() public method

public setUrl ( string $url )
$url string

Property Details

$url protected_oe property

protected string $url
return string