Class lispa\amos\core\views\assets\AmosCalendarCoreAsset

Inheritancelispa\amos\core\views\assets\AmosCalendarCoreAsset » yii\web\AssetBundle » yii\base\Object
Implementsyii\base\Configurable

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$autoGenerate boolean lispa\amos\core\views\assets\AmosCalendarCoreAsset
$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 lispa\amos\core\views\assets\AmosCalendarCoreAsset
$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 lispa\amos\core\views\assets\AmosCalendarCoreAsset
$googleCalendar boolean lispa\amos\core\views\assets\AmosCalendarCoreAsset
$js array lispa\amos\core\views\assets\AmosCalendarCoreAsset
$jsOptions array The options that will be passed to yii\web\View::registerJsFile() when registering the JS files in this bundle. yii\web\AssetBundle
$language string ISO2 code for the wished display language lispa\amos\core\views\assets\AmosCalendarCoreAsset
$publishOptions array The options to be passed to yii\web\AssetManager::publish() when the asset bundle is being published. yii\web\AssetBundle
$sourcePath string lispa\amos\core\views\assets\AmosCalendarCoreAsset

Public Methods

Hide inherited methods

MethodDescriptionDefined By
__call() Calls the named method which is not a class method. yii\base\Object
__construct() Constructor. yii\base\Object
__get() Returns the value of an object property. yii\base\Object
__isset() Checks if a property is set, i.e. defined and not null. yii\base\Object
__set() Sets value of an object property. yii\base\Object
__unset() Sets an object property to null. yii\base\Object
canGetProperty() Returns a value indicating whether a property can be read. yii\base\Object
canSetProperty() Returns a value indicating whether a property can be set. yii\base\Object
className() Returns the fully qualified name of this class. yii\base\Object
hasMethod() Returns a value indicating whether a method is defined. yii\base\Object
hasProperty() Returns a value indicating whether a property is defined. yii\base\Object
init() Initializes the bundle. yii\web\AssetBundle
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. lispa\amos\core\views\assets\AmosCalendarCoreAsset

Property Details

$autoGenerate public property
public boolean $autoGenerate true
$css public property
public array $css = ['fullcalendar.min.css']
$depends public property
public array $depends = ['yii\web\YiiAsset''yii2fullcalendar\MomentAsset''yii2fullcalendar\PrintAsset''lispa\amos\core\views\assets\AmosCalendarAsset']
$googleCalendar public property
public boolean $googleCalendar false
$js public property
public array $js = ['locale-all.js']
$language public property

ISO2 code for the wished display language

public string $language NULL
$sourcePath public property
public string $sourcePath '@bower/fullcalendar/dist'

Method Details

registerAssetFiles() public method

Registers the CSS and JS files with the given view.

public void registerAssetFiles ( $view )
$view yii\web\View

The view that the asset files are to be registered with.