Yoast\WP\SEO\Promotions\Domain
Time_Interval::set_end_date
Sets the interval ending date.
Метод класса: Time_Interval{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Time_Interval = new Time_Interval(); $Time_Interval->set_end_date( $time_end );
- $time_end(int) (обязательный)
- The interval end time.
Код Time_Interval::set_end_date() Time Interval::set end date Yoast 26.5
public function set_end_date( int $time_end ) {
$this->time_end = $time_end;
}