Newscoop\Entity\Language::setMonth5 PHP Method

setMonth5() public method

public setMonth5 ( $month )
    public function setMonth5($month)
    {
        $this->month5 = (string) $month;
        return $this;
    }

Usage Example

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