Newscoop\Entity\Playlist::setMaxItems PHP Метод

setMaxItems() публичный Метод

Sets the value of maxItems.
public setMaxItems ( integer $maxItems ) : self
$maxItems integer the max items
Результат self
    public function setMaxItems($maxItems)
    {
        $this->maxItems = $maxItems;
        return $this;
    }