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

getType() public méthode

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