Skip to content

Commit 1ec51f6

Browse files
1 parent 846412c commit 1ec51f6

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

src/Dataflow/TemplateMetadata.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ class TemplateMetadata extends \Google\Collection
4646
* @var bool
4747
*/
4848
public $supportsExactlyOnce;
49+
/**
50+
* @var string
51+
*/
52+
public $yamlDefinition;
4953

5054
/**
5155
* @param string
@@ -145,6 +149,20 @@ public function getSupportsExactlyOnce()
145149
{
146150
return $this->supportsExactlyOnce;
147151
}
152+
/**
153+
* @param string
154+
*/
155+
public function setYamlDefinition($yamlDefinition)
156+
{
157+
$this->yamlDefinition = $yamlDefinition;
158+
}
159+
/**
160+
* @return string
161+
*/
162+
public function getYamlDefinition()
163+
{
164+
return $this->yamlDefinition;
165+
}
148166
}
149167

150168
// Adding a class alias for backwards compatibility with the previous class name.

0 commit comments

Comments
 (0)