Automattic\WooCommerce\Internal\ProductDownloads\ApprovedDirectories

StoredUrl::get_id()publicWC 1.0

Supplies the ID of the approved directory.

Method of the class: StoredUrl{}

No Hooks.

Return

Int.

Usage

$StoredUrl = new StoredUrl();
$StoredUrl->get_id(): int;

StoredUrl::get_id() code WC 8.7.0

public function get_id(): int {
	return $this->id;
}