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

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

public setMonth1 ( $month )
    public function setMonth1($month)
    {
        $this->month1 = (string) $month;
        return $this;
    }

Usage Example

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