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

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

public setShortMonth8 ( $month )
    public function setShortMonth8($month)
    {
        $this->short_month8 = (string) $month;
        return $this;
    }

Usage Example

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