Documentation

Commit

Table of Contents

$expected  : string|null
Commit ID of external tool expected by dockerd as set at build time.
$iD  : string|null
Actual commit ID of external tool.
getExpected()  : string|null
Commit ID of external tool expected by dockerd as set at build time.
getID()  : string|null
Actual commit ID of external tool.
setExpected()  : self
Commit ID of external tool expected by dockerd as set at build time.
setID()  : self
Actual commit ID of external tool.

Properties

$expected

Commit ID of external tool expected by dockerd as set at build time.

protected string|null $expected

$iD

Actual commit ID of external tool.

protected string|null $iD

Methods

getExpected()

Commit ID of external tool expected by dockerd as set at build time.

public getExpected() : string|null
Return values
string|null

getID()

Actual commit ID of external tool.

public getID() : string|null
Return values
string|null

setExpected()

Commit ID of external tool expected by dockerd as set at build time.

public setExpected(string|null $expected) : self
Parameters
$expected : string|null
Return values
self

setID()

Actual commit ID of external tool.

public setID(string|null $iD) : self
Parameters
$iD : string|null
Return values
self

Search results