Lines Matching refs:create

102      * This is usually used by {@see \SimplePie\Registry::create}
430 $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label, $type]);
441 $categories[] = $this->registry->create(Category::class, [$term, $scheme, null, $type]);
446 $categories[] = $this->registry->create(Category::class, [$this->sanitize($category['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT), null, null, $type]);
449 $categories[] = $this->registry->create(Category::class, [$this->sanitize($category['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT), null, null, $type]);
518 $contributors[] = $this->registry->create(Author::class, [$name, $uri, $email]);
535 $contributors[] = $this->registry->create(Author::class, [$name, $url, $email]);
571 $authors[] = $this->registry->create(Author::class, [$name, $uri, $email]);
588 $authors[] = $this->registry->create(Author::class, [$name, $url, $email]);
592 $authors[] = $this->registry->create(Author::class, [null, null, $this->sanitize($author[0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT)]);
595 $authors[] = $this->registry->create(Author::class, [$this->sanitize($author['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT), null, null]);
598 $authors[] = $this->registry->create(Author::class, [$this->sanitize($author['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT), null, null]);
601 $authors[] = $this->registry->create(Author::class, [$this->sanitize($author['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT), null, null]);
978 $captions_parent[] = $this->registry->create(Caption::class, [$caption_type, $caption_lang, $caption_startTime, $caption_endTime, $caption_text]);
1002 $captions_parent[] = $this->registry->create(Caption::class, [$caption_type, $caption_lang, $caption_startTime, $caption_endTime, $caption_text]);
1025 $categories_parent[] = $this->registry->create(Category::class, [$term, $scheme, $label]);
1042 $categories_parent[] = $this->registry->create(Category::class, [$term, $scheme, $label]);
1051 $categories_parent[] = $this->registry->create(Category::class, [$term, $scheme, $label]);
1058 $categories_parent[] = $this->registry->create(Category::class, [$term, $scheme, $label]);
1076 $copyrights_parent = $this->registry->create(Copyright::class, [$copyright_url, $copyright_label]);
1086 $copyrights_parent = $this->registry->create(Copyright::class, [$copyright_url, $copyright_label]);
1106 $credits_parent[] = $this->registry->create(Credit::class, [$credit_role, $credit_scheme, $credit_name]);
1124 $credits_parent[] = $this->registry->create(Credit::class, [$credit_role, $credit_scheme, $credit_name]);
1261 $ratings_parent[] = $this->registry->create(Rating::class, [$rating_scheme, $rating_value]);
1270 $ratings_parent[] = $this->registry->create(Rating::class, [$rating_scheme, $rating_value]);
1284 $ratings_parent[] = $this->registry->create(Rating::class, [$rating_scheme, $rating_value]);
1293 $ratings_parent[] = $this->registry->create(Rating::class, [$rating_scheme, $rating_value]);
1315 $restrictions_parent[] = $this->registry->create(Restriction::class, [$restriction_relationship, $restriction_type, $restriction_value]);
1325 $restrictions_parent[] = $this->registry->create(Restriction::class, [$restriction_relationship, $restriction_type, $restriction_value]);
1341 $restrictions_parent[] = $this->registry->create(Restriction::class, [$restriction_relationship, $restriction_type, $restriction_value]);
1351 $restrictions_parent[] = $this->registry->create(Restriction::class, [$restriction_relationship, $restriction_type, $restriction_value]);
1521 $captions[] = $this->registry->create(Caption::class, [$caption_type, $caption_lang, $caption_startTime, $caption_endTime, $caption_text]);
1548 $captions[] = $this->registry->create(Caption::class, [$caption_type, $caption_lang, $caption_startTime, $caption_endTime, $caption_text]);
1574 $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label]);
1593 $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label]);
1614 $copyrights = $this->registry->create(Copyright::class, [$copyright_url, $copyright_label]);
1624 $copyrights = $this->registry->create(Copyright::class, [$copyright_url, $copyright_label]);
1646 $credits[] = $this->registry->create(Credit::class, [$credit_role, $credit_scheme, $credit_name]);
1667 $credits[] = $this->registry->create(Credit::class, [$credit_role, $credit_scheme, $credit_name]);
1773 $ratings[] = $this->registry->create(Rating::class, [$rating_scheme, $rating_value]);
1790 $ratings[] = $this->registry->create(Rating::class, [$rating_scheme, $rating_value]);
1814 $restrictions[] = $this->registry->create(Restriction::class, [$restriction_relationship, $restriction_type, $restriction_value]);
1833 $restrictions[] = $this->registry->create(Restriction::class, [$restriction_relationship, $restriction_type, $restriction_value]);
1870 $this->data['enclosures'][] = $this->registry->create(Enclosure::class, [$url, $type, $length, null, $bitrate, $captions, $categories, $channels, $copyrights, $credits, $description, $duration, $expression, $framerate, $hashes, $height, $keywords, $lang, $medium, $player, $ratings, $restrictions, $samplingrate, $thumbnails, $title, $width]);
1977 $captions[] = $this->registry->create(Caption::class, [$caption_type, $caption_lang, $caption_startTime, $caption_endTime, $caption_text]);
2003 $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label]);
2026 $copyrights = $this->registry->create(Copyright::class, [$copyright_url, $copyright_label]);
2048 $credits[] = $this->registry->create(Credit::class, [$credit_role, $credit_scheme, $credit_name]);
2124 $ratings[] = $this->registry->create(Rating::class, [$rating_scheme, $rating_value]);
2148 $restrictions[] = $this->registry->create(Restriction::class, [$restriction_relationship, $restriction_type, $restriction_value]);
2178 $this->data['enclosures'][] = $this->registry->create(Enclosure::class, [$url, $type, $length, null, $bitrate, $captions, $categories, $channels, $copyrights, $credits, $description, $duration, $expression, $framerate, $hashes, $height, $keywords, $lang, $medium, $player, $ratings, $restrictions, $samplingrate, $thumbnails, $title, $width]);
2215 $this->data['enclosures'][] = $this->registry->create(Enclosure::class, [$url, $type, $length, null, $bitrate, $captions_parent, $categories_parent, $channels, $copyrights_parent, $credits_parent, $description_parent, $duration_parent, $expression, $framerate, $hashes_parent, $height, $keywords_parent, $lang, $medium, $player_parent, $ratings_parent, $restrictions_parent, $samplingrate, $thumbnails_parent, $title, $width]);
2246 $this->data['enclosures'][] = $this->registry->create(Enclosure::class, [$url, $type, $length, null, $bitrate, $captions_parent, $categories_parent, $channels, $copyrights_parent, $credits_parent, $description_parent, $duration_parent, $expression, $framerate, $hashes_parent, $height, $keywords_parent, $lang, $medium, $player_parent, $ratings_parent, $restrictions_parent, $samplingrate, $thumbnails_parent, $title_parent, $width]);
2278 $this->data['enclosures'][] = $this->registry->create(Enclosure::class, [$url, $type, $length, null, $bitrate, $captions_parent, $categories_parent, $channels, $copyrights_parent, $credits_parent, $description_parent, $duration_parent, $expression, $framerate, $hashes_parent, $height, $keywords_parent, $lang, $medium, $player_parent, $ratings_parent, $restrictions_parent, $samplingrate, $thumbnails_parent, $title_parent, $width]);
2284 $this->data['enclosures'][] = $this->registry->create(Enclosure::class, [$url, $type, $length, null, $bitrate, $captions_parent, $categories_parent, $channels, $copyrights_parent, $credits_parent, $description_parent, $duration_parent, $expression, $framerate, $hashes_parent, $height, $keywords_parent, $lang, $medium, $player_parent, $ratings_parent, $restrictions_parent, $samplingrate, $thumbnails_parent, $title_parent, $width]);
2353 return $this->registry->create(Source::class, [$this, $return[0]]);