AppserverIo\Appserver\Core\Api\Node\ScannerNode::getType PHP Méthode

getType() public méthode

Returns the scanner type.
public getType ( ) : string
Résultat string The scanner type
    public function getType()
    {
        return $this->type;
    }