PHP 클래스 HTMLPurifier_AttrDef_CSS_Length, yii

상속: extends HTMLPurifier_AttrDef
파일 보기 프로젝트 열기: yiisoft/yii

보호된 프로퍼티들

프로퍼티 타입 설명
$max
$min

공개 메소드들

메소드 설명
__construct ( HTMLPurifier_Length | string $min = null, HTMLPurifier_Length | string $max = null )
validate ( string $string, HTMLPurifier_Config $config, HTMLPurifier_Context $context ) : boolean | string

메소드 상세

__construct() 공개 메소드

public __construct ( HTMLPurifier_Length | string $min = null, HTMLPurifier_Length | string $max = null )
$min HTMLPurifier_Length | string Minimum length, or null for no bound. String is also acceptable.
$max HTMLPurifier_Length | string Maximum length, or null for no bound. String is also acceptable.

validate() 공개 메소드

public validate ( string $string, HTMLPurifier_Config $config, HTMLPurifier_Context $context ) : boolean | string
$string string
$config HTMLPurifier_Config
$context HTMLPurifier_Context
리턴 boolean | string

프로퍼티 상세

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

protected $max

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

protected $min