47 $this->
value = $value;
48 $this->dataType = $dataType;
75 return $this->dataType;
85 $this->
value = $value;
98 return $this->resolveStringArgument($isInnerArgument);
114 private function resolveStringArgument($isInnerArgument)
116 if ($isInnerArgument) {
117 if (preg_match(
'/{{[\w.\[\]]+}}/', $this->
value)) {
118 return ltrim(rtrim($this->
value,
"}"),
"{");
119 }
elseif (preg_match(
'/\${1,2}[\w.\[\]]+\${1,2}/', $this->
value)) {
122 return "'" . $this->
value .
"'";
$block setTitle( 'CMS Block Title') -> setIdentifier('fixture_block') ->setContent('< h1 >Fixture Block Title</h1 >< a href=" store url</a><p> Config value
elseif(isset( $params[ 'redirect_parent']))
__construct($name, $value, $dataType)
const ARGUMENT_DATA_STRING
const ARGUMENT_DEFAULT_VALUE
getResolvedValue($isInnerArgument)
const ARGUMENT_DATA_ENTITY