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

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

public setMonth6 ( $month )
    public function setMonth6($month)
    {
        $this->month6 = (string) $month;
        return $this;
    }

Usage Example

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