WC_Customer_Download::set_download_id
Set download id.
Метод класса: WC_Customer_Download{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$WC_Customer_Download = new WC_Customer_Download(); $WC_Customer_Download->set_download_id( $value );
- $value(строка) (обязательный)
- Download ID.
Код WC_Customer_Download::set_download_id() WC Customer Download::set download id WC 10.4.3
public function set_download_id( $value ) {
$this->set_prop( 'download_id', $value );
}