|
@@ 37-43 (lines=7) @@
|
| 34 |
|
return new ar_storeFind( ar::context()->getPath(), $query); |
| 35 |
|
} |
| 36 |
|
|
| 37 |
|
public static function get( $path = "" ) { |
| 38 |
|
$path = (string) $path; |
| 39 |
|
return new ar_storeGet( ar::context()->getPath( array( |
| 40 |
|
'rememberShortcuts' => self::$rememberShortcuts, |
| 41 |
|
'path' => $path |
| 42 |
|
) ) ); |
| 43 |
|
} |
| 44 |
|
|
| 45 |
|
public static function parents() { |
| 46 |
|
return new ar_storeParents( ar::context()->getPath( array( |
|
@@ 134-140 (lines=7) @@
|
| 131 |
|
return $path; |
| 132 |
|
} |
| 133 |
|
|
| 134 |
|
public static function makePath( $path = '' ) { |
| 135 |
|
$path = (string) $path; |
| 136 |
|
return ar::context()->getPath( array( |
| 137 |
|
'rememberShortcuts' => self::$rememberShortcuts, |
| 138 |
|
'path' => $path |
| 139 |
|
) ); |
| 140 |
|
} |
| 141 |
|
|
| 142 |
|
public static function makeRealPath( $path = '' ) { |
| 143 |
|
$path = (string) $path; |