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

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

public setMonth12 ( $month )
    public function setMonth12($month)
    {
        $this->month12 = (string) $month;
        return $this;
    }

Usage Example

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