Esempio n. 1
0
 public function getCBodyAttribute()
 {
     return \Request::segment(1) == 'eng' ? $this->eng_body : $this->body;
 }
Esempio n. 2
0
 public function getBodyAttribute($value)
 {
     return \Request::segment(1) == 'eng' ? $this->eng_body : $value;
 }
Esempio n. 3
0
 public function getAltTagAttribute($value)
 {
     return \Request::segment(1) == 'eng' ? $this->eng_alt_tag : $value;
 }