PHP Class Neos\Flow\Tests\Functional\Command\PyStringNode

Datei anzeigen Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$rawString string

Public Methods

Method Description
__construct ( string $rawString )
getRaw ( ) : string

Method Details

__construct() public method

public __construct ( string $rawString )
$rawString string The raw string as written in the behat feature file

getRaw() public method

public getRaw ( ) : string
return string The raw string as written in the behat feature file

Property Details

$rawString protected_oe property

protected string $rawString
return string