[RSS Feed/News] XF\Entity\Report missing setter for Content

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
The following method is missing from XF\Entity\Report:
PHP:

Code:
    public function setContent(Entity $content = null)
    {
        $this->_getterCache['Content'] = $content;
    }

This affects performance for scenarios where you need to batch pre-load content and insert it into the Report entity.

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom