Neos\Flow\ObjectManagement\Configuration\ConfigurationArgument::getAutowiring PHP 메소드

getAutowiring() 공개 메소드

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