Lines Matching defs:logicalTag
245 private $logicalTag;
284 $this->logicalTag = $tag;
321 public static function createEmpty($logicalTag = ""): TagAttributes
323 if ($logicalTag !== "") {
324 return new TagAttributes([], $logicalTag);
332 * @param string|null $logicalTag - the logical tag for which this attribute will apply
335 public static function createFromCallStackArray(?array $callStackArray, string $logicalTag = null): TagAttributes
358 $tagAttributes = new TagAttributes($callStackArray, $logicalTag);
680 if (isset($this->logicalTag)) {
681 $message = "$message for the component ({$this->logicalTag}).";
773 LogUtility::error("The value of the output attribute is blank for the key ($key) - Tag ($this->logicalTag). Use the empty / boolean function if the value can be empty");
853 $componentName = $this->logicalTag;
1038 return $this->logicalTag;
1044 $this->logicalTag = $tag;
1204 $logicalTag = $this->getLogicalTag();
1205 if (!empty($logicalTag)) {
1206 $id = $this->logicalTag . $id;