Newscoop\Entity\Language::setShortDay7 PHP Method

setShortDay7() public method

public setShortDay7 ( $day )
    public function setShortDay7($day)
    {
        $this->short_day7 = (string) $day;
        return $this;
    }

Usage Example

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