Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList
KeyFrame::setVendorKeyFrame
Method of the class: KeyFrame{}
No Hooks.
Returns
null. Nothing (null).
Usage
$KeyFrame = new KeyFrame(); $KeyFrame->setVendorKeyFrame( $vendorKeyFrame );
- $vendorKeyFrame(string) (required)
- .
KeyFrame::setVendorKeyFrame() KeyFrame::setVendorKeyFrame code WC 10.5.0
public function setVendorKeyFrame($vendorKeyFrame)
{
$this->vendorKeyFrame = $vendorKeyFrame;
}