Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList

KeyFrame::setVendorKeyFramepublicWC 1.0

Method of the class: KeyFrame{}

No Hooks.

Returns

null. Nothing (null).

Usage

$KeyFrame = new KeyFrame();
$KeyFrame->setVendorKeyFrame( $vendorKeyFrame );
$vendorKeyFrame(string) (required)
.

KeyFrame::setVendorKeyFrame() code WC 10.5.0

public function setVendorKeyFrame($vendorKeyFrame)
{
    $this->vendorKeyFrame = $vendorKeyFrame;
}