Newscoop\Entity\Language::setMonth6 PHP Method

setMonth6() public method

public setMonth6 ( $month )
    public function setMonth6($month)
    {
        $this->month6 = (string) $month;
        return $this;
    }

Usage Example

コード例 #1
0
 public function setMonth6($month)
 {
     $this->__load();
     return parent::setMonth6($month);
 }