Method | Description | |
---|---|---|
__construct ( string $file_contents ) | Constructor. | |
parse_data ( ) : array |
Method | Description | |
---|---|---|
parse_markdown ( string $text ) : string | ||
sanitize_contributors ( array $users ) : array |
public __construct ( string $file_contents ) | ||
$file_contents | string | Contents of file. |
protected parse_markdown ( string $text ) : string | ||
$text | string | |
return | string |
protected sanitize_contributors ( array $users ) : array | ||
$users | array | |
return | array |