Newscoop\Entity\Language::setShortDay5 PHP Method

setShortDay5() public method

public setShortDay5 ( $day )
    public function setShortDay5($day)
    {
        $this->short_day5 = (string) $day;
        return $this;
    }

Usage Example

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