PHP 클래스 MaildataHelper

상속: extends BcTextHelper
파일 보기 프로젝트 열기: baserproject/basercms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$helpers

공개 메소드들

메소드 설명
control ( string $type, mixed $value, array | string $options = "" ) : string メール表示用のデータを出力する ※互換性維持用
toDisplayString ( string $type, mixed $value, array | string $options = "" ) : string メール表示用のデータを出力する

메소드 상세

control() 공개 메소드

メール表示用のデータを出力する ※互換性維持用
public control ( string $type, mixed $value, array | string $options = "" ) : string
$type string コントロールタイプ
$value mixed 変換前の値
$options array | string コントロールソース
리턴 string メール用データ

toDisplayString() 공개 메소드

メール表示用のデータを出力する
public toDisplayString ( string $type, mixed $value, array | string $options = "" ) : string
$type string コントロールタイプ
$value mixed 変換前の値
$options array | string コントロールソース
리턴 string メール用データ

프로퍼티 상세

$helpers 공개적으로 프로퍼티

public $helpers