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

getType() public méthode

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