Lines Matching refs:WikiPath

36  * This should be an extension of {@link WikiPath} but for now, we are not extending {@link WikiPath}
42 * But because this is a {@link ResourceCombo}, we see tht this is part of the {@link WikiPath}
46 * via the {@link WikiPath::getDrive()} ?
182 * May be we just should extends {@link WikiPath} but it was a way to be able to locate
184 * TODO: Just extends WikiPath and add private drive when data should be accessed locally ?
209 $wikiPath = WikiPath::createExecutingMarkupWikiPath();
216 return new MarkupPath(WikiPath::createMarkupPathFromId($id));
225 $wikiPath = WikiPath::createMarkupPathFromPath($path);
236 $path = WikiPath::createRequestedPagePathFromRequest();
257 WikiPath::checkNamespacePath($namespacePath);
265 $path = WikiPath::createMarkupPathFromId($qualifiedPath);
337 * @return WikiPath
342 function getCanonicalOrDefault(): WikiPath
430 * Same as {@link WikiPath::getReferencedBy()} ?
591 if (!($path instanceof WikiPath)) {
837 if (!($parentPath instanceof WikiPath)) {
981 * @deprecated / shortcut for {@link WikiPath::getParent()}
1225 function getCanonical(): WikiPath
1463 $parentNamespaceId = implode(WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT, $parentNames) . WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT;
1966 * @throws ExceptionBadArgument - if the markup path is not a {@link WikiPath}
1972 return WikiPath::createFromPathObject($path)->getWikiId();
1985 return WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT . $this->getWikiId();
2181 if (!($this->path instanceof WikiPath)) {
2185 * @var $path WikiPath