Newscoop\Entity\Language::setMonth7 PHP Method

setMonth7() public method

public setMonth7 ( $month )
    public function setMonth7($month)
    {
        $this->month7 = (string) $month;
        return $this;
    }

Usage Example

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