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
$context
private
mixed
$context
$text
private
mixed
$text
Methods
__construct()
public
__construct([string $text = '' ]) : mixed
Parameters
- $text : string = ''
Return values
mixed —getText()
public
getText() : string
Return values
string —getTextWithContext()
public
getTextWithContext() : string
Return values
string —setContext()
public
setContext(string $context) : void
Parameters
- $context : string