comparison vendor/symfony/dom-crawler/Field/FormField.php @ 12:7a779792577d

Update Drupal core to v8.4.5 (via Composer)
author Chris Cannam
date Fri, 23 Feb 2018 15:52:07 +0000
parents 4c8ae668cc8c
children 5fb285c0d0e3
comparison
equal deleted inserted replaced
11:bfffd8d7479a 12:7a779792577d
42 * @var bool 42 * @var bool
43 */ 43 */
44 protected $disabled; 44 protected $disabled;
45 45
46 /** 46 /**
47 * Constructor.
48 *
49 * @param \DOMElement $node The node associated with this field 47 * @param \DOMElement $node The node associated with this field
50 */ 48 */
51 public function __construct(\DOMElement $node) 49 public function __construct(\DOMElement $node)
52 { 50 {
53 $this->node = $node; 51 $this->node = $node;