association = $association; $this->symbol = $symbol; $this->type = $type; $this->priority = $priority; $this->callback = $callback; } public function getAssociation() { return $this->association; } public function getSymbol() { return $this->symbol; } public function getType() { return $this->type; } public function getCallback() { return $this->callback; } public function getPriority() { return $this->priority; } }