PHP 클래스 HTMLPurifier_AttrCollections, yii

파일 보기 프로젝트 열기: yiisoft/yii 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$info Associative array of attribute collections, indexed by name.

공개 메소드들

메소드 설명
__construct ( HTMLPurifier_AttrTypes $attr_types, HTMLPurifier_HTMLModule[] $modules ) Performs all expansions on internal data for use by other inclusions It also collects all attribute collection extensions from modules
doConstruct ( $attr_types, $modules )
expandIdentifiers ( &$attr, HTMLPurifier_AttrTypes $attr_types ) Expands all string identifiers in an attribute array by replacing them with the appropriate values inside HTMLPurifier_AttrTypes
performInclusions ( &$attr ) Takes a reference to an attribute associative array and performs all inclusions specified by the zero index.

메소드 상세

__construct() 공개 메소드

Performs all expansions on internal data for use by other inclusions It also collects all attribute collection extensions from modules
public __construct ( HTMLPurifier_AttrTypes $attr_types, HTMLPurifier_HTMLModule[] $modules )
$attr_types HTMLPurifier_AttrTypes HTMLPurifier_AttrTypes instance
$modules HTMLPurifier_HTMLModule[] Hash array of HTMLPurifier_HTMLModule members

doConstruct() 공개 메소드

public doConstruct ( $attr_types, $modules )

expandIdentifiers() 공개 메소드

Expands all string identifiers in an attribute array by replacing them with the appropriate values inside HTMLPurifier_AttrTypes
public expandIdentifiers ( &$attr, HTMLPurifier_AttrTypes $attr_types )
$attr_types HTMLPurifier_AttrTypes HTMLPurifier_AttrTypes instance

performInclusions() 공개 메소드

Takes a reference to an attribute associative array and performs all inclusions specified by the zero index.
public performInclusions ( &$attr )

프로퍼티 상세

$info 공개적으로 프로퍼티

Associative array of attribute collections, indexed by name.
public $info