Splits the given context path into relevant information, which results in an array with keys:
"nodePath", "workspaceName", "dimensions"
public static explodeContextPath ( string $contextPath ) : array | ||
$contextPath | string | a context path including workspace and/or dimension information. |
return | array | split information from the context path |