ScriptFUSION\Porter\Connector\CachingConnector::hash PHP Method

hash() private method

private hash ( array $structure )
$structure array
    private function hash(array $structure)
    {
        return json_encode($structure);
    }