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

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

public setShortMonth4 ( $month )
    public function setShortMonth4($month)
    {
        $this->short_month4 = (string) $month;
        return $this;
    }

Usage Example

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