PHP 클래스 Essence\Provider\Presenter\Youtube

상속: extends Essence\Provider\Presenter
파일 보기 프로젝트 열기: benjamminf/craft-embedded-assets 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_format string Thumbnail format.
$_names array Replacements for the thumbnail file name.
$_property string Property in which the thumbnail URL is stored.

공개 메소드들

메소드 설명
__construct ( string $format, string $property = 'thumbnailUrl' ) Constructor.
present ( Media $Media ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $format, string $property = 'thumbnailUrl' )
$format string Thumbnail format.
$property string Thumbnail property.

present() 공개 메소드

{@inheritDoc}
public present ( Media $Media )
$Media Essence\Media

프로퍼티 상세

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

Thumbnail format.
protected string $_format
리턴 string

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

Replacements for the thumbnail file name.
protected array $_names
리턴 array

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

Property in which the thumbnail URL is stored.
protected string $_property
리턴 string