Lines Matching refs:calls
270 * in the {@link helper_plugin_move_handler::$calls}
271 * variable (this is a string, not an array of calls)
278 * The code below calls then the rewrite function {@link helper_plugin_move_handler::internallink()}
279 * and change the content modified in the {@link helper_plugin_move_handler::$calls} variable
284 $handler->calls .= $match;
299 $handler->calls .= $match;
305 $handler->calls .= $match;
310 * This function will modify and add the link to the new output (ie calls)
311 * {@link helper_plugin_move_handler::$calls}
320 if (substr($handler->calls, -strlen($suffix)) === $suffix) {
321 $handler->calls = substr($handler->calls, 0, strlen($handler->calls) - strlen($suffix));