Neos\Flow\ObjectManagement\Configuration\ConfigurationArgument::getAutowiring PHP Méthode

getAutowiring() public méthode

Returns the autowiring mode for this argument
public getAutowiring ( ) : integer
Résultat integer Value of one of the Configuration::AUTOWIRING_MODE_* constants
    public function getAutowiring()
    {
        return $this->autowiring;
    }