Newscoop\Entity\Language::setShortMonth7 PHP Method

setShortMonth7() public method

public setShortMonth7 ( $month )
    public function setShortMonth7($month)
    {
        $this->short_month7 = (string) $month;
        return $this;
    }

Usage Example

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