getPhpTags | Workspaces
Returns all PHP tags within the workspace. PHP tags are created after parsing raw PHP regions within a template. PHP tags will be created whenever the following types of PHP tags are encountered: PHP Short Echo:, <?= ?>, PHP Open:, <?php ?>, If...