- Nexxpix - OpenStudio */ class DigressivePriceIdEvent extends ActionEvent { protected $id; public function __construct($id) { $this->id = $id; } /** * @return mixed */ public function getId() { return $this->id; } }