Newscoop\Entity\Language::setShortMonth11 PHP Method

setShortMonth11() public method

public setShortMonth11 ( $month )
    public function setShortMonth11($month)
    {
        $this->short_month11 = (string) $month;
        return $this;
    }

Usage Example

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