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

__construct() public method

public __construct ( string $hash )
$hash string The table source hash string
    public function __construct($hash)
    {
        $this->hash = $hash;
    }