Newscoop\Entity\Language::setShortMonth6 PHP Method

setShortMonth6() public method

public setShortMonth6 ( $month )
    public function setShortMonth6($month)
    {
        $this->short_month6 = (string) $month;
        return $this;
    }

Usage Example

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