WC_Customer_Download_Log_Data_Store::get_download_log()
Get a download log object.
Метод класса: WC_Customer_Download_Log_Data_Store{}
Хуков нет.
Возвращает
WC_Customer_Download_Log
.
Использование
// private - только в коде основоного (родительского) класса $result = $this->get_download_log( $data );
- $data(массив) (обязательный)
- From the DB.
Код WC_Customer_Download_Log_Data_Store::get_download_log() WC Customer Download Log Data Store::get download log WC 9.2.3
private function get_download_log( $data ) { return new WC_Customer_Download_Log( $data ); }