Automattic\WooCommerce\Api\Infrastructure\Schema
Type::listOf
Wrap a schema type as a list ([T]).
Метод класса: Type{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$result = Type::listOf( $inner );
- $inner(разное) (обязательный)
- A schema type.
Код Type::listOf() Type::listOf WC 11.0.1
public static function listOf( $inner ) {
return WebonyxType::listOf( $inner );
}