PHP Class Neos\Flow\Annotations\Proxy

If disabled, neither Dependency Injection nor AOP can be used on the object.
Datei anzeigen Open project: neos/flow-development-collection

Public Properties

Property Type Description
$enabled boolean Whether proxy building for the target is disabled. (Can be given as anonymous argument.)

Public Methods

Method Description
__construct ( array $values )

Method Details

__construct() public method

public __construct ( array $values )
$values array

Property Details

$enabled public_oe property

Whether proxy building for the target is disabled. (Can be given as anonymous argument.)
public bool $enabled
return boolean