@@ -15,6 +15,9 @@ |
||
15 | 15 | /** @var \Spatie\SchemaOrg\Generator\TypeCollection */ |
16 | 16 | protected $types; |
17 | 17 | |
18 | + /** |
|
19 | + * @param string $rdfa |
|
20 | + */ |
|
18 | 21 | public function __construct($rdfa) |
19 | 22 | { |
20 | 23 | $this->crawler = new Crawler($rdfa); |