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

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

public setShortMonth1 ( $month )
    public function setShortMonth1($month)
    {
        $this->short_month1 = (string) $month;
        return $this;
    }

Usage Example

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