Documentation

ListReply extends Message
in package

Generated from protobuf message <code>recipes.recipe_types.ListReply</code>

Table of Contents

Properties

$types  : mixed
Generated from protobuf field <code>repeated .recipes.recipe_types.RecipeType types = 1;</code>

Methods

__construct()  : mixed
Constructor.
getTypes()  : RepeatedField
Generated from protobuf field <code>repeated .recipes.recipe_types.RecipeType types = 1;</code>
setTypes()  : $this
Generated from protobuf field <code>repeated .recipes.recipe_types.RecipeType types = 1;</code>

Properties

$types

Generated from protobuf field <code>repeated .recipes.recipe_types.RecipeType types = 1;</code>

private mixed $types

Methods

__construct()

Constructor.

public __construct([array<string|int, mixed> $data = NULL ]) : mixed
Parameters
$data : array<string|int, mixed> = NULL

{ Optional. Data for populating the Message object.

@type \Recipes\Recipe_types\RecipeType[]|\Google\Protobuf\Internal\RepeatedField $types

}

getTypes()

Generated from protobuf field <code>repeated .recipes.recipe_types.RecipeType types = 1;</code>

public getTypes() : RepeatedField
Return values
RepeatedField

setTypes()

Generated from protobuf field <code>repeated .recipes.recipe_types.RecipeType types = 1;</code>

public setTypes(array<string|int, RecipeType>|RepeatedField $var) : $this
Parameters
$var : array<string|int, RecipeType>|RepeatedField
Return values
$this

        
On this page

Search results