PHP 클래스 League\CommonMark\Util\LinkParserHelper

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

공개 메소드들

메소드 설명
parseLinkDestination ( Cursor $cursor ) : null | string Attempt to parse link destination
parseLinkLabel ( Cursor $cursor ) : integer
parseLinkTitle ( Cursor $cursor ) : null | string Attempt to parse link title (sans quotes)

메소드 상세

parseLinkDestination() 공개 정적인 메소드

Attempt to parse link destination
public static parseLinkDestination ( Cursor $cursor ) : null | string
$cursor League\CommonMark\Cursor
리턴 null | string The string, or null if no match

parseLinkLabel() 공개 정적인 메소드

public static parseLinkLabel ( Cursor $cursor ) : integer
$cursor League\CommonMark\Cursor
리턴 integer

parseLinkTitle() 공개 정적인 메소드

Attempt to parse link title (sans quotes)
public static parseLinkTitle ( Cursor $cursor ) : null | string
$cursor League\CommonMark\Cursor
리턴 null | string The string, or null if no match