AppserverIo\Appserver\Core\Api\Node\StepNode::getType PHP 메소드

getType() 공개 메소드

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