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

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

public setShortMonth3 ( $month )
    public function setShortMonth3($month)
    {
        $this->short_month3 = (string) $month;
        return $this;
    }

Usage Example

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