@@ -30,8 +30,8 @@ |
||
| 30 | 30 | { |
| 31 | 31 | parent::__construct('div'); |
| 32 | 32 | |
| 33 | - if (isset($attributes[ 'id' ])) { |
|
| 34 | - $this->entity->setEntityName($attributes[ 'id' ]); |
|
| 33 | + if (isset($attributes['id'])) { |
|
| 34 | + $this->entity->setEntityName($attributes['id']); |
|
| 35 | 35 | } |
| 36 | 36 | |
| 37 | 37 | $this->setSizingClassPrefix('col'); |
@@ -33,8 +33,8 @@ |
||
| 33 | 33 | { |
| 34 | 34 | parent::__construct('kbd'); |
| 35 | 35 | |
| 36 | - if (isset($attributes[ 'id' ])) { |
|
| 37 | - $this->entity->setEntityName($attributes[ 'id' ]); |
|
| 36 | + if (isset($attributes['id'])) { |
|
| 37 | + $this->entity->setEntityName($attributes['id']); |
|
| 38 | 38 | } |
| 39 | 39 | |
| 40 | 40 | if (count($attributes)) { |
@@ -33,8 +33,8 @@ |
||
| 33 | 33 | { |
| 34 | 34 | parent::__construct('samp'); |
| 35 | 35 | |
| 36 | - if (isset($attributes[ 'id' ])) { |
|
| 37 | - $this->entity->setEntityName($attributes[ 'id' ]); |
|
| 36 | + if (isset($attributes['id'])) { |
|
| 37 | + $this->entity->setEntityName($attributes['id']); |
|
| 38 | 38 | } |
| 39 | 39 | |
| 40 | 40 | if (count($attributes)) { |
@@ -33,8 +33,8 @@ |
||
| 33 | 33 | { |
| 34 | 34 | parent::__construct('code'); |
| 35 | 35 | |
| 36 | - if (isset($attributes[ 'id' ])) { |
|
| 37 | - $this->entity->setEntityName($attributes[ 'id' ]); |
|
| 36 | + if (isset($attributes['id'])) { |
|
| 37 | + $this->entity->setEntityName($attributes['id']); |
|
| 38 | 38 | } |
| 39 | 39 | |
| 40 | 40 | if (count($attributes)) { |
@@ -33,8 +33,8 @@ |
||
| 33 | 33 | { |
| 34 | 34 | parent::__construct('var'); |
| 35 | 35 | |
| 36 | - if (isset($attributes[ 'id' ])) { |
|
| 37 | - $this->entity->setEntityName($attributes[ 'id' ]); |
|
| 36 | + if (isset($attributes['id'])) { |
|
| 37 | + $this->entity->setEntityName($attributes['id']); |
|
| 38 | 38 | } |
| 39 | 39 | |
| 40 | 40 | if (count($attributes)) { |
@@ -33,8 +33,8 @@ |
||
| 33 | 33 | { |
| 34 | 34 | parent::__construct('pre'); |
| 35 | 35 | |
| 36 | - if (isset($attributes[ 'id' ])) { |
|
| 37 | - $this->entity->setEntityName($attributes[ 'id' ]); |
|
| 36 | + if (isset($attributes['id'])) { |
|
| 37 | + $this->entity->setEntityName($attributes['id']); |
|
| 38 | 38 | } |
| 39 | 39 | |
| 40 | 40 | if (count($attributes)) { |
@@ -37,8 +37,8 @@ |
||
| 37 | 37 | { |
| 38 | 38 | parent::__construct('fieldset'); |
| 39 | 39 | |
| 40 | - if (isset($attributes[ 'id' ])) { |
|
| 41 | - $this->entity->setEntityName($attributes[ 'id' ]); |
|
| 40 | + if (isset($attributes['id'])) { |
|
| 41 | + $this->entity->setEntityName($attributes['id']); |
|
| 42 | 42 | } |
| 43 | 43 | |
| 44 | 44 | if (count($attributes)) { |
@@ -38,8 +38,8 @@ |
||
| 38 | 38 | { |
| 39 | 39 | parent::__construct('div'); |
| 40 | 40 | |
| 41 | - if (isset($attributes[ 'id' ])) { |
|
| 42 | - $this->entity->setEntityName($attributes[ 'id' ]); |
|
| 41 | + if (isset($attributes['id'])) { |
|
| 42 | + $this->entity->setEntityName($attributes['id']); |
|
| 43 | 43 | } |
| 44 | 44 | |
| 45 | 45 | if (count($attributes)) { |
@@ -33,8 +33,8 @@ |
||
| 33 | 33 | { |
| 34 | 34 | parent::__construct('legend'); |
| 35 | 35 | |
| 36 | - if (isset($attributes[ 'id' ])) { |
|
| 37 | - $this->entity->setEntityName($attributes[ 'id' ]); |
|
| 36 | + if (isset($attributes['id'])) { |
|
| 37 | + $this->entity->setEntityName($attributes['id']); |
|
| 38 | 38 | } |
| 39 | 39 | |
| 40 | 40 | if (count($attributes)) { |