Documentation

AbstractArgument
in package

Represents an abstract service argument, which have to be set by a compiler pass or a DI extension.

Table of Contents

$context  : mixed
$text  : mixed
__construct()  : mixed
getText()  : string
getTextWithContext()  : string
setContext()  : void

Properties

Methods

__construct()

public __construct([string $text = '' ]) : mixed
Parameters
$text : string = ''
Return values
mixed

getTextWithContext()

public getTextWithContext() : string
Return values
string

setContext()

public setContext(string $context) : void
Parameters
$context : string
Return values
void

Search results