Lines Matching refs:Call
30 class Call class
183 * @return Call - a call
185 …ent = null, string $payload = null, int $position = null, string $syntaxComponentName = null): Call
219 return new Call($call);
227 * @return Call
229 public static function createNativeCall($callName, $array = [], $positionInText = null): Call
236 return new Call($call);
239 public static function createFromInstruction($instruction): Call
241 return new Call($instruction);
245 * @param Call $call
246 * @return Call
248 public static function createFromCall(Call $call): Call
516 return Call::INLINE_DISPLAY;
535 return Call::INLINE_DISPLAY;
538 return Call::BlOCK_DISPLAY;
556 return Call::INLINE_DISPLAY;
560 return Call::BlOCK_DISPLAY;
564 return Call::TABLE_DISPLAY;
795 * @return Call
798 function addClassName(string $value): Call
907 function setDisplay($display): Call
960 function setAttribute(string $name, $value): Call
967 function setPluginData(string $name, $value): Call