listType = self::TYPE_BULLET_FILLED; } /** * Set List Type * * @param int $pValue */ public function setListType($pValue = self::TYPE_BULLET_FILLED) { $this->listType = $pValue; } /** * Get List Type */ public function getListType() { return $this->listType; } }