File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed 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