20 $this->mRevisionRecord = $revRecord;
21 $this->mImage = $image;
trait RevisionSearchResultTrait
Transitional trait used to share the methods between SearchResult and RevisionSearchResult.
A manually constructed search result, for use with FauxSearchResultSet.
__construct(Title $title, RevisionRecord $revRecord=null, File $image=null, $text='')
Implements some public methods and some protected utility functions which are required by multiple ch...
NOTE: this class is being refactored into an abstract base class.