PHP 클래스 League\CommonMark\Inline\Element\Link

상속: extends AbstractWebResource
파일 보기 프로젝트 열기: colinodell/commonmark-php 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $url, string | null $label = null, string $title = '' )

메소드 상세

__construct() 공개 메소드

public __construct ( string $url, string | null $label = null, string $title = '' )
$url string
$label string | null
$title string