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

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

public setShortMonth2 ( $month )
    public function setShortMonth2($month)
    {
        $this->short_month2 = (string) $month;
        return $this;
    }

Usage Example

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