PHP Class Go\Instrument\Transformer\BaseSourceTransformer

Inheritance: implements Go\Instrument\Transformer\SourceTransformer
Datei anzeigen Open project: goaop/framework Class Usage Examples

Protected Properties

Property Type Description
$container Go\Core\AspectContainer | null
$kernel Go\Core\AspectKernel | null
$options array Transformer options

Public Methods

Method Description
__construct ( AspectKernel $kernel, array $options = [] ) Default constructor for transformer

Method Details

__construct() public method

Default constructor for transformer
public __construct ( AspectKernel $kernel, array $options = [] )
$kernel Go\Core\AspectKernel Instance of aspect kernel
$options array Custom options or kernel options

Property Details

$container protected_oe property

protected AspectContainer,Go\Core|null $container
return Go\Core\AspectContainer | null

$kernel protected_oe property

protected AspectKernel,Go\Core|null $kernel
return Go\Core\AspectKernel | null

$options protected_oe property

Transformer options
protected array $options
return array