Code Duplication    Length = 7-7 lines in 2 locations

lib/ar/store.php 2 locations

@@ 52-58 (lines=7) @@
49
			return ar::context()->getQuery( $query );
50
		}
51
52
		public static function get( $path = "" ) {
53
			$path = (string) $path;
54
			return new ar_storeGet( ar::context()->getPath( array(
55
				'rememberShortcuts' => self::$rememberShortcuts,
56
				'path' => $path
57
			) ) );
58
		}
59
60
		public static function parents() {
61
			return new ar_storeParents( ar::context()->getPath( array(
@@ 149-155 (lines=7) @@
146
			return $path;
147
		}
148
149
		public static function makePath( $path = '' ) {
150
			$path = (string) $path;
151
			return ar::context()->getPath( array(
152
				'rememberShortcuts' => self::$rememberShortcuts,
153
				'path' => $path
154
			) );
155
		}
156
157
		public static function makeRealPath( $path = '' ) {
158
			$path = (string) $path;