Documentation

AbstractArgument
in package

FinalYes

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

Table of Contents

Properties

$context  : string
$text  : string

Methods

__construct()  : mixed
getText()  : string
getTextWithContext()  : string
setContext()  : void

Properties

Methods

__construct()

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

getTextWithContext()

public getTextWithContext() : string
Return values
string

setContext()

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

        
On this page

Search results