Lines Matching defs:Call
20 * Class Call
30 class Call
158 * Call constructor.
177 * @return Call - a call
179 public static function createComboCall($tagName, $state, array $attribute = array(), string $rawContext = null, string $content = null, string $payload = null, int $position = null, string $syntaxComponentName = null): Call
213 return new Call($call);
221 * @return Call
223 public static function createNativeCall($callName, $array = [], $positionInText = null): Call
230 return new Call($call);
233 public static function createFromInstruction($instruction): Call
235 return new Call($instruction);
239 * @param Call $call
240 * @return Call
242 public static function createFromCall(Call $call): Call
261 * * with the plugin as prefix such as in {@link Call::getComponentName()}
493 * {@link Call::INLINE_DISPLAY} or {@link Call::BlOCK_DISPLAY}
510 return Call::INLINE_DISPLAY;
523 return Call::INLINE_DISPLAY;
526 return Call::BlOCK_DISPLAY;
544 return Call::INLINE_DISPLAY;
548 return Call::BlOCK_DISPLAY;
552 return Call::TABLE_DISPLAY;
565 * Same as {@link Call::getTagName()}
765 * This is the {@link Call::getFirstMatchedCharacterPosition()}
766 * plus the length of the {@link Call::getCapturedContent()}
783 * @return Call
786 function addClassName(string $value): Call
895 function setDisplay($display): Call
948 function setAttribute(string $name, $value): Call
955 function setPluginData(string $name, $value): Call