PHP Class kartik\file\FileInputThemeAsset

Since: 1.0
Author: Kartik Visweswaran ([email protected])
Inheritance: extends kartik\base\AssetBundle
Datei anzeigen Open project: kartik-v/yii2-widget-fileinput Class Usage Examples

Public Properties

Property Type Description
$depends
$sourcePath

Public Methods

Method Description
addTheme ( string $theme ) Add file input theme file

Protected Methods

Method Description
checkExists ( string $path ) : boolean Check if file exists in path provided

Method Details

addTheme() public method

Add file input theme file
public addTheme ( string $theme )
$theme string the theme file name

checkExists() protected method

Check if file exists in path provided
protected checkExists ( string $path ) : boolean
$path string the file path
return boolean

Property Details

$depends public_oe property

public $depends

$sourcePath public_oe property

public $sourcePath