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;
    }