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

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

public setMonth3 ( $month )
    public function setMonth3($month)
    {
        $this->month3 = (string) $month;
        return $this;
    }

Usage Example

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