Newscoop\Entity\Language::setMonth12 PHP Method

setMonth12() public method

public setMonth12 ( $month )
    public function setMonth12($month)
    {
        $this->month12 = (string) $month;
        return $this;
    }

Usage Example

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