You are here

public function AlphaPaginationCharacter::setEnabled in Views Alpha Pagination 7.2

Sets whether character is enabled.

Parameters

bool $enabled: TRUE or FALSE

Return value

$this

File

src/AlphaPaginationCharacter.php, line 226

Class

AlphaPaginationCharacter
Class AlphaPaginationCharacter.

Code

public function setEnabled($enabled) {
  $this->enabled = $enabled;
  return $this;
}