File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public function detect(): ?UriInterface
15
15
?: $ this ->detectFromTwitter ();
16
16
}
17
17
18
- private function detectFromTwitter (): ?UriINterface
18
+ private function detectFromTwitter (): ?UriInterface
19
19
{
20
20
$ metas = $ this ->extractor ->getMetas ();
21
21
$ crawler = $ this ->extractor ->getCrawler ();
Original file line number Diff line number Diff line change 3
3
4
4
namespace Embed ;
5
5
6
+ use DateTime ;
6
7
use DomainException ;
7
8
use Embed \Detectors \AuthorName ;
8
9
use Embed \Detectors \AuthorUrl ;
32
33
33
34
/**
34
35
* Class to extract the info
36
+ *
37
+ * @property-read string|null $authorName
38
+ * @property-read UriInterface|null $authorUrl
39
+ * @property-read string|null $cms
40
+ * @property-read EmbedCode|null $code
41
+ * @property-read string|null $description
42
+ * @property-read UriInterface $favicon
43
+ * @property-read array|UriInterface[] $feeds
44
+ * @property-read UriInterface|null $icon
45
+ * @property-read UriInterface|null $image
46
+ * @property-read array|string[] $keywords
47
+ * @property-read string|null $language
48
+ * @property-read array|UriInterface[] $languages
49
+ * @property-read string|null $license
50
+ * @property-read string $providerName
51
+ * @property-read UriInterface $providerUrl
52
+ * @property-read DateTime|null $publishedTime
53
+ * @property-read UriInterface|null $redirect
54
+ * @property-read string|null $title
55
+ * @property-read UriInterface $url
35
56
*/
36
57
class Extractor
37
58
{
You can’t perform that action at this time.
0 commit comments