Neos\Flow\Tests\Functional\Command\PyStringNode::getRaw PHP Method

getRaw() public method

public getRaw ( ) : string
return string The raw string as written in the behat feature file
    public function getRaw()
    {
        return $this->rawString;
    }