PHP 클래스 League\CommonMark\Reference\ReferenceMap

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

보호된 프로퍼티들

프로퍼티 타입 설명
$references Reference[]

공개 메소드들

메소드 설명
addReference ( Reference $reference )
contains ( string $label ) : boolean
getReference ( string $label ) : Reference | null
listReferences ( ) : Reference[] Lists all registered references.

메소드 상세

addReference() 공개 메소드

public addReference ( Reference $reference )
$reference Reference

contains() 공개 메소드

public contains ( string $label ) : boolean
$label string
리턴 boolean

getReference() 공개 메소드

public getReference ( string $label ) : Reference | null
$label string
리턴 Reference | null

listReferences() 공개 메소드

Lists all registered references.
public listReferences ( ) : Reference[]
리턴 Reference[]

프로퍼티 상세

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

protected Reference[],League\CommonMark\Reference $references
리턴 Reference[]