Home
last modified time | relevance | path

Searched refs:GetTag (Results 1 – 2 of 2) sorted by relevance

/plugin/embeddedphp/syntax/
H A Dphpinline.php16 protected function GetTag(): string function in syntax_plugin_embeddedphp_phpinline
28 return '</'.$this->GetTag().'>';
65 $p = '<'.$this->GetTag().'\b>(?=.*?'.$this->GetExitPattern().')';
H A Dphpblock.php12 protected function GetTag(): string function in syntax_plugin_embeddedphp_phpblock