commercetools-sdk-php-v2  master
The platform, import-api and ml-api PHP sdks generated from our api reference.
CustomTokenizer.php
1 <?php
2 
3 declare(strict_types=1);
10 
13 
15 {
16  public const FIELD_INPUTS = 'inputs';
17 
22  public function getInputs();
23 
27  public function setInputs(?array $inputs): void;
28 }