Documentation

AbstractUnit extends PHPUnit_Framework_TestCase
in package

Description of AbstractUnit

Tags
link

Table of Contents

$connection  : OpenStack
The connection object which everything routes through.
$currentStep  : mixed
$currentSubStep  : mixed
$includedUnits  : mixed
$service  : Service
The particular service that each unit uses.
$credentialsCacheFile  : string
The credentials cache filename.
createSubStep()  : mixed
factory()  : UnitInterface
Factory method for instantiating the unit object, and executing its main algorithm.
getConnection()  : mixed
getIncludedUnits()  : mixed
getService()  : mixed
getWaiterCallback()  : mixed
prepend()  : mixed
setConnection()  : mixed
setIncludedUnits()  : mixed
setService()  : mixed
shouldDelete()  : mixed
step()  : mixed
stepInfo()  : mixed
stepInfoDotter()  : mixed
subStep()  : mixed
getResourceDir()  : mixed

Properties

$connection

The connection object which everything routes through.

protected OpenStack $connection

$service

The particular service that each unit uses.

protected Service $service

$credentialsCacheFile

The credentials cache filename.

private string $credentialsCacheFile

Methods

createSubStep()

public createSubStep(mixed $string[, mixed $outputType = null ]) : mixed
Parameters
$string : mixed
$outputType : mixed = null
Return values
mixed

factory()

Factory method for instantiating the unit object, and executing its main algorithm.

public static factory(OpenStack $connection, array<string|int, mixed> $includedUnits) : UnitInterface
Parameters
$connection : OpenStack
$includedUnits : array<string|int, mixed>
Return values
UnitInterface

getConnection()

public getConnection() : mixed
Return values
mixed

getIncludedUnits()

public getIncludedUnits() : mixed
Return values
mixed

getService()

public getService() : mixed
Return values
mixed

getWaiterCallback()

public getWaiterCallback() : mixed
Return values
mixed

prepend()

public prepend(mixed $string) : mixed
Parameters
$string : mixed
Return values
mixed

setIncludedUnits()

public setIncludedUnits(array<string|int, mixed> $includedUnits) : mixed
Parameters
$includedUnits : array<string|int, mixed>
Return values
mixed

shouldDelete()

public shouldDelete(mixed $string) : mixed
Parameters
$string : mixed
Return values
mixed

stepInfo()

public stepInfo() : mixed
Return values
mixed

stepInfoDotter()

public stepInfoDotter() : mixed
Return values
mixed

subStep()

public subStep() : mixed
Return values
mixed

getResourceDir()

protected getResourceDir() : mixed
Return values
mixed

Search results