Newscoop\Entity\Language::setShortMonth12 PHP Method

setShortMonth12() public method

public setShortMonth12 ( $month )
    public function setShortMonth12($month)
    {
        $this->short_month12 = (string) $month;
        return $this;
    }

Usage Example

コード例 #1
0
 public function setShortMonth12($month)
 {
     $this->__load();
     return parent::setShortMonth12($month);
 }