Newscoop\Entity\Language::setShortDay1 PHP Method

setShortDay1() public method

public setShortDay1 ( $day )
    public function setShortDay1($day)
    {
        $this->short_day1 = (string) $day;
        return $this;
    }

Usage Example

 public function setShortDay1($day)
 {
     $this->__load();
     return parent::setShortDay1($day);
 }