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

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

public setMonth10 ( $month )
    public function setMonth10($month)
    {
        $this->month10 = (string) $month;
        return $this;
    }

Usage Example

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