Newscoop\Entity\Playlist::setMaxItems PHP Method

setMaxItems() public method

Sets the value of maxItems.
public setMaxItems ( integer $maxItems ) : self
$maxItems integer the max items
return self
    public function setMaxItems($maxItems)
    {
        $this->maxItems = $maxItems;
        return $this;
    }