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

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

public setMonth8 ( $month )
    public function setMonth8($month)
    {
        $this->month8 = (string) $month;
        return $this;
    }

Usage Example

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