Automattic\WooCommerce\Admin\RemoteSpecs\RuleProcessors\Transformers
DotNotation::validate()
Validate Transformer arguments.
Method of the class: DotNotation{}
No Hooks.
Return
Mixed
.
Usage
$DotNotation = new DotNotation(); $DotNotation->validate( ?stdClass $arguments );
- ?stdClass $arguments **
- -
Default: null
DotNotation::validate() DotNotation::validate code WC 9.7.1
public function validate( ?stdClass $arguments = null ) { if ( ! isset( $arguments->path ) ) { return false; } return true; }