Class kartik\base\BaseAssetBundle

Inheritancekartik\base\BaseAssetBundle » yii\web\AssetBundle » yii\base\BaseObject
Implementsyii\base\Configurable
Subclasseskartik\affix\AffixAsset, kartik\alert\AlertAsset, kartik\base\AnimateAsset, kartik\base\AssetBundle, kartik\base\Html5InputAsset, kartik\base\PluginAssetBundle, kartik\base\WidgetAsset, kartik\bs4dropdown\DropdownAsset, kartik\bs5dropdown\DropdownAsset, kartik\builder\FormAsset, kartik\builder\TabularFormAsset, kartik\checkbox\CheckboxXAsset, kartik\checkbox\KrajeeFlatBlueThemeAsset, kartik\cmenu\ContextMenuAsset, kartik\color\ColorInputAsset, kartik\date\DatePickerAsset, kartik\datecontrol\DateControlAsset, kartik\datecontrol\DateFormatterAsset, kartik\daterange\DateRangePickerAsset, kartik\daterange\LanguageAsset, kartik\daterange\MomentAsset, kartik\datetime\DateTimePickerAsset, kartik\depdrop\DepDropAsset, kartik\depdrop\DepDropExtAsset, kartik\detail\DetailViewAsset, kartik\dialog\DialogAsset, kartik\dialog\DialogBootstrapAsset, kartik\dialog\DialogYiiAsset, kartik\dropdown\DropdownXAsset, kartik\dynagrid\DynaGridAsset, kartik\dynagrid\DynaGridDetailAsset, kartik\editable\EditableAsset, kartik\editable\EditablePjaxAsset, kartik\editors\assets\BaseAsset, kartik\editors\assets\CodemirrorAsset, kartik\editors\assets\CodemirrorFormatterAsset, kartik\editors\assets\KrajeeCodemirrorAsset, kartik\editors\assets\KrajeeSummernoteAsset, kartik\editors\assets\KrajeeSummernoteStyleAsset, kartik\editors\assets\SummernoteAsset, kartik\editors\assets\SummernoteBs5Asset, kartik\export\ExportColumnAsset, kartik\export\ExportMenuAsset, kartik\field\FieldRangeAsset, kartik\file\BaseAsset, kartik\file\FileInputAsset, kartik\file\FileInputThemeAsset, kartik\file\PiExifAsset, kartik\file\SortableAsset, kartik\form\ActiveFormAsset, kartik\form\Bs4CustomFileInputAsset, kartik\grid\ActionColumnAsset, kartik\grid\CheckboxColumnAsset, kartik\grid\EditableColumnAsset, kartik\grid\ExpandRowColumnAsset, kartik\grid\GridEditedRowAsset, kartik\grid\GridExportAsset, kartik\grid\GridGroupAsset, kartik\grid\GridPerfectScrollbarAsset, kartik\grid\GridResizeColumnsAsset, kartik\grid\GridResizeStoreAsset, kartik\grid\GridToggleDataAsset, kartik\grid\GridViewAsset, kartik\grid\RadioColumnAsset, kartik\growl\GrowlAsset, kartik\icons\ElusiveAsset, kartik\icons\FlagIconAsset, kartik\icons\IcoFontAsset, kartik\icons\JuiAsset, kartik\icons\OcticonsAsset, kartik\icons\OpenIconicAsset, kartik\icons\SociconAsset, kartik\icons\TypiconsAsset, kartik\icons\UniAsset, kartik\icons\WhhgAsset, kartik\ipinfo\IpInfoAsset, kartik\label\LabelInPlaceAsset, kartik\markdown\MarkdownEditorAsset, kartik\money\MaskMoneyAsset, kartik\number\NumberControlAsset, kartik\password\PasswordInputAsset, kartik\password\StrengthValidatorAsset, kartik\popover\PopoverXAsset, kartik\rating\StarRatingAsset, kartik\rating\StarRatingThemeAsset, kartik\select2\Select2Asset, kartik\select2\Select2KrajeeAsset, kartik\select2\ThemeAsset, kartik\select2\ThemeBootstrapAsset, kartik\select2\ThemeClassicAsset, kartik\select2\ThemeDefaultAsset, kartik\select2\ThemeKrajeeBs3Asset, kartik\select2\ThemeKrajeeBs4Asset, kartik\select2\ThemeKrajeeBs5Asset, kartik\select2\ThemeMaterialAsset, kartik\sidenav\SideNavAsset, kartik\slider\SliderAsset, kartik\sortable\SortableAsset, kartik\sortinput\SortableInputAsset, kartik\spinner\SpinnerAsset, kartik\switchinput\SwitchInputAsset, kartik\tabs\StickyTabsAsset, kartik\tabs\TabsXAsset, kartik\time\TimePickerAsset, kartik\touchspin\TouchSpinAsset, kartik\tree\TreeViewAsset, kartik\tree\TreeViewInputAsset, kartik\typeahead\TypeaheadAsset, kartik\typeahead\TypeaheadBasicAsset, kartik\typeahead\TypeaheadHBAsset, kartik\validators\CardValidatorAsset, kartik\validators\EmailValidatorAsset, kartik\validators\JsonValidatorAsset, kartik\widgets\AssetBundle, kartik\widgets\WidgetAsset

Base asset bundle used for all Krajee extensions.

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$basePath string The Web-accessible directory that contains the asset files in this bundle. yii\web\AssetBundle
$baseUrl string The base URL for the relative asset files listed in $js and $css. yii\web\AssetBundle
$css array List of CSS files that this bundle contains. kartik\base\BaseAssetBundle
$cssOptions array The options that will be passed to yii\web\View::registerCssFile() when registering the CSS files in this bundle. yii\web\AssetBundle
$depends array List of bundle class names that this bundle depends on. yii\web\AssetBundle
$js array List of JavaScript files that this bundle contains. kartik\base\BaseAssetBundle
$jsOptions array The options that will be passed to yii\web\View::registerJsFile() when registering the JS files in this bundle. yii\web\AssetBundle
$publishOptions array The options to be passed to yii\web\AssetManager::publish() when the asset bundle is being published. yii\web\AssetBundle
$sourcePath string|null The directory that contains the source asset files for this asset bundle. kartik\base\BaseAssetBundle

Public Methods

Hide inherited methods

MethodDescriptionDefined By
__call() Calls the named method which is not a class method. yii\base\BaseObject
__construct() Constructor. yii\base\BaseObject
__get() Returns the value of an object property. yii\base\BaseObject
__isset() Checks if a property is set, i.e. defined and not null. yii\base\BaseObject
__set() Sets value of an object property. yii\base\BaseObject
__unset() Sets an object property to null. yii\base\BaseObject
addLanguage() Adds a language JS locale file kartik\base\BaseAssetBundle
canGetProperty() Returns a value indicating whether a property can be read. yii\base\BaseObject
canSetProperty() Returns a value indicating whether a property can be set. yii\base\BaseObject
className() Returns the fully qualified name of this class. yii\base\BaseObject
hasMethod() Returns a value indicating whether a method is defined. yii\base\BaseObject
hasProperty() Returns a value indicating whether a property is defined. yii\base\BaseObject
init() Initializes the bundle. kartik\base\BaseAssetBundle
publish() Publishes the asset bundle if its source code is not under Web-accessible directory. yii\web\AssetBundle
register() Registers this asset bundle with a view. yii\web\AssetBundle
registerAssetFiles() Registers the CSS and JS files with the given view. yii\web\AssetBundle

Protected Methods

Hide inherited methods

MethodDescriptionDefined By
setSourcePath() Sets the source path if empty kartik\base\BaseAssetBundle
setupAssets() Set up CSS and JS asset arrays based on the base-file names kartik\base\BaseAssetBundle

Constants

Hide inherited constants

ConstantValueDescriptionDefined By
EMPTY_ASSET 'N0/@$$3T$' Unique value to set an empty asset via Yii AssetManager configuration. kartik\base\BaseAssetBundle
EMPTY_PATH 'N0/P@T#' Unique value to set an empty asset file path via Yii AssetManager configuration. kartik\base\BaseAssetBundle
KRAJEE_ASSET 'K3/@$$3T$' Unique value identifying a Krajee asset kartik\base\BaseAssetBundle
KRAJEE_PATH 'K3/P@T#' Unique value identifying a Krajee asset file path kartik\base\BaseAssetBundle

Property Details

$css public property

List of CSS files that this bundle contains. Each CSS file can be specified in one of the three formats as explained in $js.

Note that only a forward slash "/" should be used as directory separator.

public array $css self::KRAJEE_ASSET
$js public property

List of JavaScript files that this bundle contains. Each JavaScript file can be specified in one of the following formats:

  • an absolute URL representing an external asset. For example, http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js or //ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js.
  • a relative path representing a local asset (e.g. js/main.js). The actual file path of a local asset can be determined by prefixing $basePath to the relative path, and the actual URL of the asset can be determined by prefixing $baseUrl to the relative path.
  • an array, with the first entry being the URL or relative path as described before, and a list of key => value pairs that will be used to overwrite $jsOptions settings for this entry. This functionality is available since version 2.0.7.

Note that only a forward slash "/" should be used as directory separator.

public array $js self::KRAJEE_ASSET
$sourcePath public property

The directory that contains the source asset files for this asset bundle. A source asset file is a file that is part of your source code repository of your Web application.

You must set this property if the directory containing the source asset files is not Web accessible. By setting this property, yii\web\AssetManager will publish the source asset files to a Web-accessible directory automatically when the asset bundle is registered on a page.

If you do not set this property, it means the source asset files are located under $basePath.

You can use either a directory or an alias of the directory.

public string|null $sourcePath self::KRAJEE_PATH

Method Details

addLanguage() public method

Adds a language JS locale file

public yii\web\AssetBundle addLanguage ( $lang '', $prefix '', $dir null, $min false )
$lang string

The ISO language code

$prefix string

The language locale file name prefix

$dir string

The language file directory relative to source path

$min boolean

Whether to auto use minified version

return yii\web\AssetBundle

Instance

init() public method

Initializes the bundle.

If you override this method, make sure you call the parent implementation in the last.

public void init ( )
setSourcePath() protected method

Sets the source path if empty

protected void setSourcePath ( $path )
$path string

The path to be set

setupAssets() protected method

Set up CSS and JS asset arrays based on the base-file names

protected void setupAssets ( $type, $files = [] )
$type string

Whether 'css' or 'js'

$files array

The list of 'css' or 'js' basefile names