Documentation

CreateRequest extends Message
in package

Generated from protobuf message <code>agrboards.boards.CreateRequest</code>

Table of Contents

Properties

$boards  : mixed
Generated from protobuf field <code>.agrboards.boards.Board boards = 2;</code>
$parent  : mixed
Generated from protobuf field <code>string parent = 1;</code>

Methods

__construct()  : mixed
Constructor.
clearBoards()  : mixed
getBoards()  : Board|null
Generated from protobuf field <code>.agrboards.boards.Board boards = 2;</code>
getParent()  : string
Generated from protobuf field <code>string parent = 1;</code>
hasBoards()  : mixed
setBoards()  : $this
Generated from protobuf field <code>.agrboards.boards.Board boards = 2;</code>
setParent()  : $this
Generated from protobuf field <code>string parent = 1;</code>

Properties

$boards

Generated from protobuf field <code>.agrboards.boards.Board boards = 2;</code>

protected mixed $boards = null

$parent

Generated from protobuf field <code>string parent = 1;</code>

protected mixed $parent = ''

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 string $parent
@type \Agrboards\Boards\Board $boards

}

getBoards()

Generated from protobuf field <code>.agrboards.boards.Board boards = 2;</code>

public getBoards() : Board|null
Return values
Board|null

getParent()

Generated from protobuf field <code>string parent = 1;</code>

public getParent() : string
Return values
string

setBoards()

Generated from protobuf field <code>.agrboards.boards.Board boards = 2;</code>

public setBoards(Board $var) : $this
Parameters
$var : Board
Return values
$this

setParent()

Generated from protobuf field <code>string parent = 1;</code>

public setParent(string $var) : $this
Parameters
$var : string
Return values
$this

        
On this page

Search results