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

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

public setShortMonth5 ( $month )
    public function setShortMonth5($month)
    {
        $this->short_month5 = (string) $month;
        return $this;
    }

Usage Example

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