PrototypeHTMLElementTrait
Tags
Table of Contents
- addClassName() : PrototypeHTMLElement
- addClassNames() : PrototypeHTMLElement
- classNames() : array<string|int, mixed>
- getAttributes() : array<string|int, mixed>
- getClassName() : string
- getHref() : string
- getSrc() : string
- getStyle() : string|null
- getStyles() : array<string|int, mixed>
- hasClassName() : bool
- identify() : string
- removeAttributes() : PrototypeHTMLElement
- removeClassName() : PrototypeHTMLElement
- removeClassNames() : PrototypeHTMLElement
- setAttributes() : PrototypeHTMLElement
- setClassName() : PrototypeHTMLElement
- setHref() : PrototypeHTMLElement
- setSrc() : PrototypeHTMLElement
- setStyle() : PrototypeHTMLElement
- toggleClassName() : PrototypeHTMLElement
Methods
addClassName()
public
addClassName(string $classname) : PrototypeHTMLElement
Parameters
- $classname : string
Tags
Return values
PrototypeHTMLElement —addClassNames()
public
addClassNames(array<string|int, mixed> $classnames) : PrototypeHTMLElement
Parameters
- $classnames : array<string|int, mixed>
Tags
Return values
PrototypeHTMLElement —classNames()
public
classNames() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —getAttributes()
public
getAttributes() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —getClassName()
public
getClassName() : string
Tags
Return values
string —getHref()
public
getHref() : string
Tags
Return values
string —getSrc()
public
getSrc() : string
Tags
Return values
string —getStyle()
public
getStyle(string $property) : string|null
Parameters
- $property : string
Tags
Return values
string|null —getStyles()
public
getStyles() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —hasClassName()
public
hasClassName(string $classname) : bool
Parameters
- $classname : string
Tags
Return values
bool —identify()
public
identify([string $newID = null ]) : string
Parameters
- $newID : string = null
Tags
Return values
string —removeAttributes()
public
removeAttributes(array<string|int, mixed> $attributes) : PrototypeHTMLElement
Parameters
- $attributes : array<string|int, mixed>
Tags
Return values
PrototypeHTMLElement —removeClassName()
public
removeClassName(string $classname) : PrototypeHTMLElement
Parameters
- $classname : string
Tags
Return values
PrototypeHTMLElement —removeClassNames()
public
removeClassNames(array<string|int, mixed> $classnames) : PrototypeHTMLElement
Parameters
- $classnames : array<string|int, mixed>
Tags
Return values
PrototypeHTMLElement —setAttributes()
public
setAttributes(array<string|int, mixed> $attributes) : PrototypeHTMLElement
Parameters
- $attributes : array<string|int, mixed>
Tags
Return values
PrototypeHTMLElement —setClassName()
public
setClassName(string $class) : PrototypeHTMLElement
Parameters
- $class : string
Tags
Return values
PrototypeHTMLElement —setHref()
public
setHref(string $href) : PrototypeHTMLElement
Parameters
- $href : string
Tags
Return values
PrototypeHTMLElement —setSrc()
public
setSrc(string $src) : PrototypeHTMLElement
Parameters
- $src : string
Tags
Return values
PrototypeHTMLElement —setStyle()
public
setStyle(array<string|int, mixed> $style[, bool $replace = null ]) : PrototypeHTMLElement
Parameters
- $style : array<string|int, mixed>
- $replace : bool = null
Tags
Return values
PrototypeHTMLElement —toggleClassName()
public
toggleClassName(string $classname) : PrototypeHTMLElement
Parameters
- $classname : string