Открытые члены | |
__construct () | |
add (string $path, string $type, int $location) | |
addString (string $string) | |
getStrings () | |
remove ($pathes) | |
getSliceByLocation (int $location) | |
getPathes () | |
getNormalized () | |
isEmpty () | |
Защищенные члены | |
isResourceAdded (string $path) | |
isNeedRaiseLocation (string $path, int $location) | |
removeOnce (string $path) | |
getSliceByFilter ($field, $value) | |
sortByLocation () | |
Защищенные данные | |
const | KEY_PATH = 'path' |
const | KEY_TYPE = 'type' |
const | KEY_LOCATION = 'location' |
const | KEY_ORDER = 'order' |
$resources | |
$order | |
$strings = [] | |
См. определение в файле resourcecollection.php строка 12
__construct | ( | ) |
ResourceCollection constructor.
См. определение в файле resourcecollection.php строка 38
add | ( | string | $path, |
string | $type, | ||
int | $location ) |
string | $path | |
string | $type | |
int | $location |
См. определение в файле resourcecollection.php строка 49
addString | ( | string | $string | ) |
Save asset string in collection (like a <script> or <link>)
string | $string |
См. определение в файле resourcecollection.php строка 82
getNormalized | ( | ) |
Sort by location and group by types
См. определение в файле resourcecollection.php строка 172
getPathes | ( | ) |
Return pathes of added resources
См. определение в файле resourcecollection.php строка 163
|
protected |
Create new ResourceCollection object by filter
$field | - field name |
$value | - value of field |
См. определение в файле resourcecollection.php строка 140
getSliceByLocation | ( | int | $location | ) |
Create new ResourceCollection object by location
int | $location |
См. определение в файле resourcecollection.php строка 128
getStrings | ( | ) |
Return added strings
См. определение в файле resourcecollection.php строка 94
isEmpty | ( | ) |
Return true is no added resources and no added strings
См. определение в файле resourcecollection.php строка 200
|
protected |
См. определение в файле resourcecollection.php строка 73
|
protected |
См. определение в файле resourcecollection.php строка 68
remove | ( | $pathes | ) |
mixed | $pathes |
См. определение в файле resourcecollection.php строка 102
|
protected |
См. определение в файле resourcecollection.php строка 115
|
protected |
См. определение в файле resourcecollection.php строка 189
|
protected |
См. определение в файле resourcecollection.php строка 28
|
protected |
См. определение в файле resourcecollection.php строка 23
|
protected |
См. определение в файле resourcecollection.php строка 33
|
protected |
См. определение в файле resourcecollection.php строка 16
|
protected |
См. определение в файле resourcecollection.php строка 17
|
protected |
См. определение в файле resourcecollection.php строка 14
|
protected |
См. определение в файле resourcecollection.php строка 15