ForumTopicParser
in package
Class ForumPostParser
Table of Contents
Properties
- $crawler : Crawler
Methods
- __construct() : mixed
- ForumPostParser constructor.
- getAuthorName() : string
- getAuthorUrl() : string
- getLastPost() : ForumPost
- getPostDate() : DateTimeImmutable
- getReplies() : int
- getTitle() : string
- getTopicId() : int
- getUrl() : string
Properties
$crawler
private
Crawler
$crawler
Methods
__construct()
ForumPostParser constructor.
public
__construct(Crawler $crawler) : mixed
Parameters
- $crawler : Crawler
getAuthorName()
public
getAuthorName() : string
Tags
Return values
stringgetAuthorUrl()
public
getAuthorUrl() : string
Tags
Return values
stringgetLastPost()
public
getLastPost() : ForumPost
Tags
Return values
ForumPostgetPostDate()
public
getPostDate() : DateTimeImmutable
Tags
Return values
DateTimeImmutablegetReplies()
public
getReplies() : int
Tags
Return values
intgetTitle()
public
getTitle() : string
Tags
Return values
stringgetTopicId()
public
getTopicId() : int
Tags
Return values
intgetUrl()
public
getUrl() : string