PHP 클래스 Essence\Extractor

파일 보기 프로젝트 열기: benjamminf/craft-embedded-assets 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_Collection Essence\Provider\Collection A collection of providers.

공개 메소드들

메소드 설명
__construct ( Collection $Collection ) Constructor.
extract ( string $url, array $options = [] ) : Essence\Media Fetches informations about the given URL.
extractAll ( array $urls, array $options = [] ) : array Fetches informations about the given URLs.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Collection $Collection )
$Collection Essence\Provider\Collection Providers collection.

extract() 공개 메소드

Fetches informations about the given URL.
public extract ( string $url, array $options = [] ) : Essence\Media
$url string URL to fetch informations from.
$options array Custom options to be interpreted by a provider.
리턴 Essence\Media Embed informations.

extractAll() 공개 메소드

Fetches informations about the given URLs.
public extractAll ( array $urls, array $options = [] ) : array
$urls array An array of URLs to fetch informations from.
$options array Custom options to be interpreted by a provider.
리턴 array An array of informations, indexed by URL.

프로퍼티 상세

$_Collection 보호되어 있는 프로퍼티

A collection of providers.
protected Collection,Essence\Provider $_Collection
리턴 Essence\Provider\Collection