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

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

public setMonth11 ( $month )
    public function setMonth11($month)
    {
        $this->month11 = (string) $month;
        return $this;
    }

Usage Example

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