I regularly create a class that has a few private variables. When an instance of this class is set, it should be possible to fill all variables of the class with getters ve setters.
Sınıfın yaratılması her bir değişken için tüm bu belirleyiciler ve alıcılar yazmak zorunda kalmadan bunu yapmak için kolay bir yolu var mı?
şimdi ben sınıfta her var bu yazmak zorunda
public function setVar($var){
$this->var = $var;
}
ve
public function getVar(){
return $this->var;
}
We now use RegExp, but i don't know if this is the easiest way... We use Eclipse as environment, so perhaps there are some usefull plugins?