WC_Customer_Download::__isset()
Magic __isset method for backwards compatibility. Legacy properties which could be accessed directly in the past.
Method of the class: WC_Customer_Download{}
No Hooks.
Return
true|false
.
Usage
$WC_Customer_Download = new WC_Customer_Download(); $WC_Customer_Download->__isset( $key );
- $key(string) (required)
- Key name.
WC_Customer_Download::__isset() WC Customer Download:: isset code WC 8.0.2
public function __isset( $key ) { return in_array( $key, array_keys( $this->data ), true ); }