Home
last modified time | relevance | path

Searched refs:GetTag (Results 1 – 2 of 2) sorted by last modified time

/plugin/embeddedphp/syntax/
H A Dphpblock.php11 public function GetTag(): string function in syntax_plugin_embeddedphp_phpblock
H A Dphpinline.php15 public function GetTag(): string function in syntax_plugin_embeddedphp_phpinline
53 $p = '<'.$this->GetTag().'>(?=.*?</'.$this->GetTag().'>)';
61 $p = '</'.$this->GetTag().'>';