Documentation

Image extends Message
in package

Generated from protobuf message <code>php_bff.bff.Image</code>

Table of Contents

Properties

$caption  : mixed
Generated from protobuf field <code>string caption = 2;</code>
$url  : mixed
Generated from protobuf field <code>string url = 1;</code>

Methods

__construct()  : mixed
Constructor.
getCaption()  : string
Generated from protobuf field <code>string caption = 2;</code>
getUrl()  : string
Generated from protobuf field <code>string url = 1;</code>
setCaption()  : $this
Generated from protobuf field <code>string caption = 2;</code>
setUrl()  : $this
Generated from protobuf field <code>string url = 1;</code>

Properties

$caption

Generated from protobuf field <code>string caption = 2;</code>

protected mixed $caption = ''

$url

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

protected mixed $url = ''

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 $url
@type string $caption

}

getCaption()

Generated from protobuf field <code>string caption = 2;</code>

public getCaption() : string
Return values
string

getUrl()

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

public getUrl() : string
Return values
string

setCaption()

Generated from protobuf field <code>string caption = 2;</code>

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

setUrl()

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

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

        
On this page

Search results