WC_Session::__getpublicWC 1.0

Magic get method.

Method of the class: WC_Session{}

No Hooks.

Returns

Mixed.

Usage

$WC_Session = new WC_Session();
$WC_Session->__get( $key );
$key(string) (required)
Key to get.

WC_Session::__get() code WC 10.6.2

public function __get( $key ) {
	return $this->get( $key );
}