HumHub Documentation (unofficial)

ScenarioLikeInterface extends KeywordNodeInterface, StepContainerInterface

Gherkin scenario-like interface.

Tags
author

Konstantin Kudryashov ever.zet@gmail.com

Table of Contents

Methods

getKeyword()  : string
Returns node keyword.
getLine()  : int
Returns feature declaration line number.
getNodeType()  : string
Returns node type string
getSteps()  : array<string|int, StepNode>
Returns container steps.
getTitle()  : null|string
Returns node title.
hasSteps()  : bool
Checks if container has steps.

Methods

getLine()

Returns feature declaration line number.

public getLine() : int
Return values
int

getNodeType()

Returns node type string

public getNodeType() : string
Return values
string

getTitle()

Returns node title.

public getTitle() : null|string
Return values
null|string

        
On this page

Search results