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

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

public setMonth4 ( $month )
    public function setMonth4($month)
    {
        $this->month4 = (string) $month;
        return $this;
    }

Usage Example

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