PHP 클래스 WPDKHTMLTagImg

Remeber to add this tag in WPDKHTMLTagName
부터: 1.3.1
저자: =undo= ([email protected])
상속: extends WPDKHTMLTag
파일 보기 프로젝트 열기: wpxtreme/wpdk 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$alt string Specifies an alternate text for an image
$crossorigin string Allow images from third-party sites that allow cross-origin access to be used with canvas: anonymous, use-credentials
$height string Specifies the height of an image
$ismap string Specifies an image as a server-side image-map: ismap
$src string Specifies the URL of an image
$usemap string Specifies an image as a client-side image-map. Values #mapnam
$width string Specifies the width of an image

공개 메소드들

메소드 설명
__construct ( string $src = '', string $alt = '', string $width = '', string $height = '' ) : WPDKHTMLTagImg Create an instance of WPDKHTMLTagImg class

메소드 상세

__construct() 공개 메소드

Create an instance of WPDKHTMLTagImg class
public __construct ( string $src = '', string $alt = '', string $width = '', string $height = '' ) : WPDKHTMLTagImg
$src string Optional. Specifies the URL of an image
$alt string Optional. Specifies an alternate text for an image
$width string Optional. Specifies the width of an image
$height string Optional. Specifies the height of an image
리턴 WPDKHTMLTagImg

프로퍼티 상세

$alt 공개적으로 프로퍼티

Specifies an alternate text for an image
public string $alt
리턴 string

$crossorigin 공개적으로 프로퍼티

Allow images from third-party sites that allow cross-origin access to be used with canvas: anonymous, use-credentials
public string $crossorigin
리턴 string

$height 공개적으로 프로퍼티

Specifies the height of an image
public string $height
리턴 string

$ismap 공개적으로 프로퍼티

Specifies an image as a server-side image-map: ismap
public string $ismap
리턴 string

$src 공개적으로 프로퍼티

Specifies the URL of an image
public string $src
리턴 string

$usemap 공개적으로 프로퍼티

Specifies an image as a client-side image-map. Values #mapnam
public string $usemap
리턴 string

$width 공개적으로 프로퍼티

Specifies the width of an image
public string $width
리턴 string