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

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

public setShortMonth10 ( $month )
    public function setShortMonth10($month)
    {
        $this->short_month10 = (string) $month;
        return $this;
    }

Usage Example

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