Newscoop\Entity\Language::setShortDay3 PHP Method

setShortDay3() public method

public setShortDay3 ( $day )
    public function setShortDay3($day)
    {
        $this->short_day3 = (string) $day;
        return $this;
    }

Usage Example

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