Newscoop\Entity\Language::setMonth9 PHP Метод

setMonth9() публичный Метод

public setMonth9 ( $month )
    public function setMonth9($month)
    {
        $this->month9 = (string) $month;
        return $this;
    }

Usage Example

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