PHP 클래스 League\CommonMark\Reference\Reference

파일 보기 프로젝트 열기: colinodell/commonmark-php

보호된 프로퍼티들

프로퍼티 타입 설명
$destination string
$label string
$title string

공개 메소드들

메소드 설명
__construct ( string $label, string $destination, string $title ) Constructor
getDestination ( ) : string
getLabel ( ) : string
getTitle ( ) : string
normalizeReference ( string $string ) : string Normalize reference label

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( string $label, string $destination, string $title )
$label string
$destination string
$title string

getDestination() 공개 메소드

public getDestination ( ) : string
리턴 string

getLabel() 공개 메소드

public getLabel ( ) : string
리턴 string

getTitle() 공개 메소드

public getTitle ( ) : string
리턴 string

normalizeReference() 공개 정적인 메소드

This enables case-insensitive label matching
public static normalizeReference ( string $string ) : string
$string string
리턴 string

프로퍼티 상세

$destination 보호되어 있는 프로퍼티

protected string $destination
리턴 string

$label 보호되어 있는 프로퍼티

protected string $label
리턴 string

$title 보호되어 있는 프로퍼티

protected string $title
리턴 string