PHP 클래스 IMP_Images, horde

저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$alwaysShow boolean Always show inline images?

보호된 프로퍼티들

프로퍼티 타입 설명
$_cache array Results cache.

공개 메소드들

메소드 설명
showInlineImage ( IMP_Contents $contents ) : boolean Show inline images in messages?

보호된 메소드들

메소드 설명
_showInlineImage ( IMP_Contents $contents )

메소드 상세

_showInlineImage() 보호된 메소드

또한 보기: showInlineImage
protected _showInlineImage ( IMP_Contents $contents )
$contents IMP_Contents

showInlineImage() 공개 메소드

Show inline images in messages?
public showInlineImage ( IMP_Contents $contents ) : boolean
$contents IMP_Contents The contents object containing the message.
리턴 boolean True if inline image should be shown.

프로퍼티 상세

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

Results cache.
protected array $_cache
리턴 array

$alwaysShow 공개적으로 프로퍼티

Always show inline images?
public bool $alwaysShow
리턴 boolean