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

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

public setShortMonth9 ( $month )
    public function setShortMonth9($month)
    {
        $this->short_month9 = (string) $month;
        return $this;
    }

Usage Example

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