Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
League
CommonMark
Inline
Element
AbstractWebResource
PHP Class League\CommonMark\Inline\Element\AbstractWebResource
Inheritance:
extends
AbstractInlineContainer
Datei anzeigen
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