Открытые члены | |
__construct (array $attributes=[]) | |
setAttributes (array $attributes) | |
getAttribute ($name, $defaultValue=null) | |
addDataAttribute ($name, $value=null) | |
getDataAttribute ($name, $defaultValue=null) | |
getDataAttributes () | |
addJsonOption ($key, $value) | |
removeJsonOption ($key) | |
setJsonOptions (array $options) | |
getJsonOptions () | |
addClass ($className) | |
hasClass ($className) | |
setClassList (array $classList) | |
removeClass ($className) | |
getIterator () | |
offsetExists ($offset) | |
& | offsetGet ($offset) |
offsetSet ($offset, $value) | |
offsetUnset ($offset) | |
count () | |
toString () | |
__toString () | |
toArray () | |
Открытые атрибуты | |
const | JSON_OPTIONS_DATA_ATTR = 'data-json-options' |
Защищенные статические члены | |
static | convertClassesToString ($classes) |
static | convertStylesToString ($styles) |
static | addDataPrefix ($name) |
static | hasDataPrefix ($name) |
static | deleteDataPrefix ($name) |
static | convertDataAttributesToAttributes (array $dataAttributes) |
static | splitDataAttributesAndAnother (array $attributes) |
См. определение в файле buttonattributes.php строка 8
__construct | ( | array | $attributes = [] | ) |
См. определение в файле buttonattributes.php строка 17
__toString | ( | ) |
См. определение в файле buttonattributes.php строка 332
addClass | ( | $className | ) |
addDataAttribute | ( | $name, | |
$value = null ) |
string | $name | |
mixed | null | $value |
См. определение в файле buttonattributes.php строка 46
|
staticprotected |
См. определение в файле buttonattributes.php строка 401
addJsonOption | ( | $key, | |
$value ) |
См. определение в файле buttonattributes.php строка 72
|
staticprotected |
См. определение в файле buttonattributes.php строка 364
|
staticprotected |
См. определение в файле buttonattributes.php строка 421
|
staticprotected |
См. определение в файле buttonattributes.php строка 374
count | ( | ) |
Count elements of an object int The custom count as an integer.
The return value is cast to an integer.
См. определение в файле buttonattributes.php строка 316
|
staticprotected |
См. определение в файле buttonattributes.php строка 411
getAttribute | ( | $name, | |
$defaultValue = null ) |
string | $name | |
mixed | null | $defaultValue |
См. определение в файле buttonattributes.php строка 35
getDataAttribute | ( | $name, | |
$defaultValue = null ) |
string | $name | |
mixed | null | $defaultValue |
См. определение в файле buttonattributes.php строка 59
getDataAttributes | ( | ) |
См. определение в файле buttonattributes.php строка 67
getIterator | ( | ) |
Retrieve an external iterator An instance of an object implementing Iterator or Traversable 5.0.0
См. определение в файле buttonattributes.php строка 168
getJsonOptions | ( | ) |
См. определение в файле buttonattributes.php строка 98
hasClass | ( | $className | ) |
|
staticprotected |
См. определение в файле buttonattributes.php строка 406
offsetExists | ( | $offset | ) |
Whether a offset exists mixed $offset An offset to check for.
The return value will be casted to boolean if non-boolean was returned.
См. определение в файле buttonattributes.php строка 187
& offsetGet | ( | $offset | ) |
Offset to retrieve mixed $offset The offset to retrieve.
См. определение в файле buttonattributes.php строка 218
offsetSet | ( | $offset, | |
$value ) |
Offset to set mixed $offset The offset to assign the value to.
mixed | $value |
The value to set.
См. определение в файле buttonattributes.php строка 254
offsetUnset | ( | $offset | ) |
Offset to unset mixed $offset The offset to unset.
См. определение в файле buttonattributes.php строка 285
removeClass | ( | $className | ) |
removeJsonOption | ( | $key | ) |
См. определение в файле buttonattributes.php строка 84
setAttributes | ( | array | $attributes | ) |
См. определение в файле buttonattributes.php строка 22
setClassList | ( | array | $classList | ) |
См. определение в файле buttonattributes.php строка 133
setJsonOptions | ( | array | $options | ) |
См. определение в файле buttonattributes.php строка 91
|
staticprotected |
См. определение в файле buttonattributes.php строка 432
toArray | ( | ) |
toString | ( | ) |
См. определение в файле buttonattributes.php строка 324
const JSON_OPTIONS_DATA_ATTR = 'data-json-options' |
См. определение в файле buttonattributes.php строка 10