Newscoop\Entity\Language::setMonth5 PHP Метод

setMonth5() публичный Метод

public setMonth5 ( $month )
    public function setMonth5($month)
    {
        $this->month5 = (string) $month;
        return $this;
    }

Usage Example

 public function setMonth5($month)
 {
     $this->__load();
     return parent::setMonth5($month);
 }