public static function Uri::factory in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/zendframework/zend-feed/src/Uri.php \Zend\Feed\Uri::factory()
Create an instance
Useful for chained validations
Parameters
string $uri:
Return value
self
1 call to Uri::factory()
- FeedSet::absolutiseUri in vendor/
zendframework/ zend-feed/ src/ Reader/ FeedSet.php - Attempt to turn a relative URI into an absolute URI
File
- vendor/
zendframework/ zend-feed/ src/ Uri.php, line 97
Class
Namespace
Zend\FeedCode
public static function factory($uri) {
return new static($uri);
}