PHP 클래스 Fragen\GitHub_Updater\Readme_Parser

상속: extends Parser
파일 보기 프로젝트 열기: afragen/github-updater

공개 메소드들

메소드 설명
__construct ( string $file_contents ) Constructor.
parse_data ( ) : array

보호된 메소드들

메소드 설명
parse_markdown ( string $text ) : string
sanitize_contributors ( array $users ) : array

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $file_contents )
$file_contents string Contents of file.

parse_data() 공개 메소드

public parse_data ( ) : array
리턴 array

parse_markdown() 보호된 메소드

protected parse_markdown ( string $text ) : string
$text string
리턴 string

sanitize_contributors() 보호된 메소드

protected sanitize_contributors ( array $users ) : array
$users array
리턴 array