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

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

public setMonth2 ( $month )
    public function setMonth2($month)
    {
        $this->month2 = (string) $month;
        return $this;
    }

Usage Example

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