Textpattern PHP Cross Reference Content Management Systems

Summary: /textpattern/vendors/Textpattern/Skin/AssetInterface.php - 65 lines - 1683 bytes - Source - Print

Description: Asset Interface

Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

AssetInterface:: (3 methods):
setSkin()
getEssential()
getSelectEdit()

Interface: AssetInterface


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

Body