23 $path = explode(
'/', $url );
26 if ( isset( $path[4] ) ) {
32 if ( !isset( $this->data[$cluster][$id] ) ) {
36 if ( $itemID !==
false
37 && is_array( $this->data[$cluster][$id] )
38 && isset( $this->data[$cluster][$id][$itemID] )
40 return $this->data[$cluster][$id][$itemID];
43 return $this->data[$cluster][$id];