You are here

public function CalendarStyleInfo::setMaxItemsStyle in Calendar 8

Same name and namespace in other branches
  1. 8.2 src/CalendarStyleInfo.php \Drupal\calendar\CalendarStyleInfo::setMaxItemsStyle()

Setter for the maximum items style.

Parameters

string $maxItemsStyle: The maximum items style.

File

src/CalendarStyleInfo.php, line 385

Class

CalendarStyleInfo
Defines a calendar style info object.

Namespace

Drupal\calendar

Code

public function setMaxItemsStyle($maxItemsStyle) {
  $this->maxItemsStyle = $maxItemsStyle;
}