Newscoop\Entity\Language::setShortMonth10 PHP Method

setShortMonth10() public method

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);
 }