Textpattern | PHP Cross Reference | Content Management Systems |
Description: Asset Interface
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
AssetInterface:: (3 methods):
setSkin()
getEssential()
getSelectEdit()
setSkin(Skin $skin = null) line: 37 |
$skin property setter. |
getEssential($key = null,$whereKey = null,$valueIn = null) line: 43 |
$essential property getter. return: array Filtered values. param: string $key $essential property array key for which you want to get values. param: string $whereKey Array key used to filter the output with $valueIn. param: array $valueIn Values to check against the $whereKey values to filter the output. |
getSelectEdit() line: 58 |
Build the Skin switch form. return: HTML Auto submitted select list of installed skins. |
title