WC_Customer_Download::offsetExists( string $offset )
OffsetExists.
Description Description
Parameters Parameters
- $offset
-
(Required) Offset.
Return Return
(bool)
Source Source
File: includes/class-wc-customer-download.php
public function offsetExists( $offset ) { return in_array( $offset, array_keys( $this->data ), true ); }