Newscoop\Entity\Language::setMonth2 PHP Method

setMonth2() public method

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);
 }