|
|
@@ -511,16 +511,16 @@ class PublicEvent
|
|
|
/**
|
|
|
* @return int
|
|
|
*/
|
|
|
- public function getPriceMin(): int
|
|
|
+ public function getPriceMini(): int
|
|
|
{
|
|
|
return $this->price_mini;
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * @param int $price_min
|
|
|
+ * @param int $price_mini
|
|
|
* @return PublicEvent
|
|
|
*/
|
|
|
- public function setPriceMin(int $price_mini): PublicEvent
|
|
|
+ public function setPriceMini(int $price_mini): PublicEvent
|
|
|
{
|
|
|
$this->price_mini = $price_mini;
|
|
|
return $this;
|
|
|
@@ -529,16 +529,16 @@ class PublicEvent
|
|
|
/**
|
|
|
* @return int
|
|
|
*/
|
|
|
- public function getPriceMax(): int
|
|
|
+ public function getPriceMaxi(): int
|
|
|
{
|
|
|
return $this->price_maxi;
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * @param int $price_max
|
|
|
+ * @param int $price_maxi
|
|
|
* @return PublicEvent
|
|
|
*/
|
|
|
- public function setPriceMax(int $price_maxi): PublicEvent
|
|
|
+ public function setPriceMaxi(int $price_maxi): PublicEvent
|
|
|
{
|
|
|
$this->price_maxi = $price_maxi;
|
|
|
return $this;
|