Neos\Flow\ObjectManagement\Configuration\ConfigurationArgument::getType PHP Method

getType() public method

Returns the type of the argument
public getType ( ) : integer
return integer Type of the argument - one of the ARGUMENT_TYPES_* constants
    public function getType()
    {
        return $this->type;
    }