public static function getMyCrazyHrenList(){
return [
2=>'M',
3=>'X',
4=>'HGF',
];
}
public function getMyCrazyHren(){
$list = self::getMyCrazyHrenList();
return (isset($list[$this->id_sotrud]))?$list[$this->id_sotrud].'-'.$this->id_sotrud:$this->id_sotrud;
}