WC_Shipping_Method::__construct()
Constructor.
Метод класса: WC_Shipping_Method{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$WC_Shipping_Method = new WC_Shipping_Method(); $WC_Shipping_Method->__construct( $instance_id );
- $instance_id(int)
- Instance ID.
Код WC_Shipping_Method::__construct() WC Shipping Method:: construct WC 9.4.2
public function __construct( $instance_id = 0 ) { $this->instance_id = absint( $instance_id ); }