Neos\Flow\ObjectManagement\Configuration\ConfigurationArgument::getType PHP Метод

getType() публичный Метод

Returns the type of the argument
public getType ( ) : integer
Результат integer Type of the argument - one of the ARGUMENT_TYPES_* constants
    public function getType()
    {
        return $this->type;
    }