Neos\Flow\Tests\Functional\Command\TableNode::getHash PHP Method

getHash() public method

public getHash ( ) : string
return string The table source hash string
    public function getHash()
    {
        return $this->hash;
    }