goal = $goal; $this->category = 'Goals_Goals'; $this->dbTableName = 'log_conversion'; $this->columnName = $column; $this->nameSingular = $name; $this->id = 'Goals.Goal' . ucfirst($column) . $goal['idgoal']; } public function getId() { return $this->id; } public function getDbDiscriminator() { return new Discriminator('log_conversion', 'idgoal', $this->goal['idgoal']); } }