Lines Matching refs:self

64      * @var CacheParser cache file (may be not set if this is not a {@link self::isPathExecution() execution}
147 * @var bool - when a execution is not a {@link self::isPathExecution()}, the snippet will not be stored automatically.
197 return self::confRoot()
223 return self::confRoot()
226 return self::confRoot()
316 return Mime::createFromExtension(self::XHTML_MODE);
319 throw new ExceptionRuntime("Internal error: The XHTML mime was not found.", self::CANONICAL, 1, $e);
406 LogUtility::error("The metadata path should be known. " . $e->getMessage(), self::CANONICAL, $e);
565 * and should then use the {@link self::getMetadata()}
572 * and should then use the {@link self::getInstructions()}
586 self::deleteRootPElementsIfRequested($instructions);
617 throw new ExceptionCompile("An error has occurred while getting the output. Error: {$e->getMessage()}", self::CANONICAL, 1, $e);
623 LogUtility::internalError("The output was an array", self::CANONICAL);
707 case self::XHTML_MODE:
714 return self::MAX_CACHE_AGE;
786 throw new ExceptionRuntime("Internal error: The fetch path should exists.", self::CANONICAL, 1, $e);
814 return self::MARKUP_DYNAMIC_EXECUTION_NAME;
892 * and not to the fetcher markup via {@link self::addSnippet()}
961 * * of the {@link self::getInstructions() instructions},
962 * * of the {@link self::getOutputCacheDependencies() output dependencies}
963 * * of the {@link self::getSnippets() snippets}
964 * * of the {@link self::processMetadataIfNotYetDone() metadata}
966 * The rule is this is a path execution of the {@link self::$markupSourcePath executing source path} is set.
969 * * {@link self::$requestedInstructions} (used for templating)
970 * * a {@link self::$markupString} (used for test or webcode)
1011 * We create a fetcher markup to not have the same {@link self::getId()}
1040 * while a {@link self::isFragment() fragment} will not.
1095 LogUtility::error("The path ($sourcePath) does not exist, we have set the markup to the empty string during rendering. If you want to delete the cache path, ask it via the cache path function", self::CANONICAL, $e);
1160 * to take into account {@link self::getInstructions()}
1321 * were we expect to be a {@link self::isPathExecution()}
1337 * were we expect to be a {@link self::isPathExecution()}
1371 * Not a string execution, ie {@link self::isPathExecution()}
1379 throw new ExceptionRuntimeInternal("An error has occurred while processing the instructions. Error: {$e->getMessage()}", self::CANONICAL, 1, $e);
1402 * @return string - a name for the source (used in {@link self::__toString()} and {@link self::getId() identification})